* fix for #13623 by hiding Member Edit Action Menu on Infinite editing for consistency
* added missing attribute to umb-editor-header for Member editing
(cherry picked from commit e7a986b1c3)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
17aa9cee51
commit
4b2af296be
@@ -11,6 +11,7 @@
|
||||
<umb-editor-header
|
||||
name="content.name"
|
||||
menu="page.menu"
|
||||
hide-actions-menu="page.hideActionsMenu"
|
||||
hide-icon="true"
|
||||
hide-description="true"
|
||||
hide-alias="true"
|
||||
|
||||
@@ -33,6 +33,7 @@ function MemberEditController($scope, $routeParams, $location, $http, $q, appSta
|
||||
$scope.page.nameLocked = false;
|
||||
$scope.page.saveButtonState = "init";
|
||||
$scope.page.exportButton = "init";
|
||||
$scope.page.hideActionsMenu = infiniteMode ? true : false;
|
||||
|
||||
//build a path to sync the tree with
|
||||
function buildTreePath(data) {
|
||||
|
||||
Reference in New Issue
Block a user