Skip to content

Commit e4fafef

Browse files
committed
Set all privileges option is un-labelled in batch privileges form #1686
1 parent 52f2371 commit e4fafef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

web-ui/src/main/resources/catalog/components/common/share/partials/panel.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ <h5 translate>whoCanAccess</h5>
3131
<span translate>profile</span>
3232
<i data-ng-if="sorter.predicate == 'p'" class="fa" ng-class="sorter.reverse ? 'fa-long-arrow-up' : 'fa-long-arrow-down'"></i>
3333
</a>
34+
<span data-ng-if="!disableAllCol" translate>setall</span>
3435
</th>
3536
</tr>
3637
</thead>

web-ui/src/main/resources/catalog/locales/en-search.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,5 +312,6 @@
312312
"mdvalid": "Metadata is valid",
313313
"mdinvalid": "Metadata is invalid",
314314
"mdinvalidcantpublish": "Invalid metadata can't be publish",
315-
"mdnovalidation": "Metadata has no validation information"
315+
"mdnovalidation": "Metadata has no validation information",
316+
"setall": "Set all privileges"
316317
}

0 commit comments

Comments
 (0)