stable

Clone or download

Read-only

We should be able to update owner of a document

part of story #13589 Update hardcoded metadata How to test: On an existing document, click on update properties Owner field is now a select2: - current user is displayed in placeholder - you can update it by choosing a new user Change-Id: I4b16cb413c6239dccbe704bee39df5c46680e018

Modified Files

Name
M plugins/document/scripts/document/app.spec.js +1 −0 Go to diff View file
A plugins/document/scripts/document/components/Folder/Metadata/OwnerMetadata.spec.js +53 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/OwnerMetadata.vue +18 −10 Go to diff View file
A plugins/document/scripts/document/components/Folder/Metadata/PeoplePicker.vue +76 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_metadata.scss +4 −0 Go to diff View file
M src/www/scripts/tuleap/autocomplete-for-select2.js +16 −2 Go to diff View file
M src/www/user/autocomplete.php +8 −7 Go to diff View file