Conrad Henke

Results 2 comments of Conrad Henke

I am also interested in a "showDeleteInUI" option or something similar. My current solution is to add custom css to hide the delete button: `button.btn.btn-danger.ng-binding { visibility: collapse; width: 1px;...

I started to implement a feature to disable the deletion of documents and attached files. The trash feature be achieved with workflows by tagging documents "trash" i guess. Still needs...