Skip to content

Commit 1503af5

Browse files
committed
enabled by server admin (fixes #344)
1 parent e6f51e4 commit 1503af5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## 1.20.2 - 2022-04-30
99

10+
### CHanged
11+
- Changed `Enabled By SuperAdmin` to read `Enabled by Server Admin` [#344](https://github.com/clowder-framework/clowder/issues/344)
12+
1013
## 1.20.1 - 2022-04-04
1114

1215
### Fixed

app/views/spaces/updateExtractors.scala.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ <h1>Space Extractors</h1>
3535
<th>Name</th>
3636
<th>Description</th>
3737
<th>Process Triggers</th>
38-
<th class="text-center" title="Extractors marked for execution in all spaces">Enabled By SuperAdmin</th>
39-
<th class="text-center" title="Follow selection in 'Enabled By SuperAdmin' column">Use Default</th>
38+
<th class="text-center" title="Extractors marked for execution in all spaces">Enabled by Server Admin</th>
39+
<th class="text-center" title="Follow selection in 'Enabled by Server Admin' column">Use Default</th>
4040
<th class="text-center" title="Always trigger execution in this space">Enable in Space</th>
4141
<th class="text-center" title="Never trigger execution in this space">Disable in Space</th>
4242
</tr>

0 commit comments

Comments
 (0)