Hide rollback button for content that hasn't been created yet

This commit is contained in:
Bjarne Fyrstenborg
2021-01-10 17:10:56 +01:00
committed by Nathan Woulfe
parent 3404f47cfe
commit 6e1c29232a

View File

@@ -45,7 +45,7 @@
<umb-box-header title="{{historyLabel}}">
<umb-button
ng-hide="node.trashed"
ng-hide="node.trashed || node.id === 0"
type="button"
button-style="outline"
action="openRollback()"