Open a file in quicklook mode, lock it, have an approval table
From the tree view drop down, create a new version, release lock, reset the approval table :
- quicklook should reflect you changes
Note many warnings are raised in console:
- [Vue warn] Set operation on key "file_properties" failed: target is readonly.
Proxy(Object) {properties: Array(5), id: 349, title: '5050.jpg', description: '', post_processed_description: '', …}
- [Vue warn] Set operation on key "lock_info" failed: target is readonly.
Proxy(Object) {properties: Array(5), id: 349, title: '5050.jpg', description: '', post_processed_description: '', …}
- [Vue warn] Set operation on key "has_approval_table" failed: target is readonly.
Proxy(Object) {properties: Array(5), id: 349, title: '5050.jpg', description: '', post_processed_description: '', …}
- [Vue warn] Set operation on key "is_approval_table_enabled" failed: target is readonly.
Proxy(Object) {properties: Array(5), id: 349, title: '5050.jpg', description: '', post_processed_description: '', …}
- [Vue warn] Set operation on key "approval_table" failed: target is readonly.
Proxy(Object) {pro