-
Notifications
You must be signed in to change notification settings - Fork 57
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
[ADD][13.0] field cmis document pha #164
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 13.0 #164 +/- ##
==========================================
- Coverage 72.63% 68.11% -4.53%
==========================================
Files 49 53 +4
Lines 1374 1524 +150
Branches 183 210 +27
==========================================
+ Hits 998 1038 +40
- Misses 356 466 +110
Partials 20 20 ☔ View full report in Codecov by Sentry. |
de0df5f
to
c23f535
Compare
4da9793
to
f3361ad
Compare
8ad5d8f
to
af582f7
Compare
- Add update action; - Add rename action;
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.
…to be blocked when there is an error message
…luded in a x2many
…when clicking on an action
In some cases the render gets triggered a second time and the empty value becomes false again. This causes the wrong template to be rendered and creates an error.
e4cddf4
to
b069816
Compare
If the user 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.
…sting one. The source folders must be provided
…event a stacktrace
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Add a field that points to a single document in the DMS, as well as the corresponding widget.
closes #162
closes #163