-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MIG] Migration to 16.0 : field cmis_document #185
base: 16.0
Are you sure you want to change the base?
Conversation
dd886fd
to
de04dca
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 16.0 #185 +/- ##
===========================================
- Coverage 86.71% 69.77% -16.94%
===========================================
Files 33 48 +15
Lines 1061 1535 +474
Branches 124 212 +88
===========================================
+ Hits 920 1071 +151
- Misses 117 440 +323
Partials 24 24 ☔ View full report in Codecov by Sentry. |
de04dca
to
b7104ea
Compare
c6a4bd9
to
4ed1e37
Compare
Hi @benwillig |
7bda52e
to
84f1ca8
Compare
@marielejeune It should be fixed now. |
9da0c1c
to
ef427a7
Compare
ef427a7
to
ca4fe62
Compare
When there is no value on the cmis_document field, allows the user to add a document to the GED and sets that document's objectId as value to the cmis_document field.
Add an "Created" column that allows ordering objects in a folder by `cmis:creationDate`.
…blocked when there is an error message
…licking on an action
… gets triggered a second time and the empty value becomes false again. This causes the wrong template to be rendered and creates an error.
…ser is editing a record, when he adds a document with this widget his changes are discarded. To avoid this, we add the readonly class on the cmis document widget as it is done on cmis folder.
…one. The source folders must be provided
[REF] added some utils to prevent code duplication
…hen the widget is inside a tree view
…king on the dropdown button inside the cmis table + deleted console.log call
…to avoid page refresh if optional columns is displayed
ca4fe62
to
1bac173
Compare
… the right rendition url (docx, pdf, etc)
Based on:
Changed done:
To do: