stable
Clone or download
Read-only
part of story #12453 Update document modal for existing items How to test: - have at least one file in your docman => quicklook drop down should have an option for update item => if you click on update, file update modal should open - have item with any other supported item => quicklook drop down should have an option for update item => if you click on updtae you should be redirected on legacy update page Change-Id: I4c8ccff0876cd58cbcce3bfc2334f27bb6fee6d9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/app.spec.js | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Dropdown/DropdownMenuForItemQuickLook.spec.js | +30 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Dropdown/DropdownMenuForItemQuickLook.vue | +14 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentActionButton.vue | +10 | −36 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateButton.spec.js | +102 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/UpdateItem/UpdateButton.vue | +71 | −0 | Go to diff View file |
A | plugins/document/scripts/document/helpers/location-helper.js | +22 | −0 | Go to diff View file |