Skip to content

Commit e9a6a24

Browse files
committed
Remove the explanatory message of the permission block
After releasing the per-object permission authorization model, the logic for checking per-object permissions has been enabled. Therefore, the message explaining the previous transitional release has become redundant. As a result, we have removed this message from the UI and the locale file.
1 parent 86b85e4 commit e9a6a24

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed
-401 Bytes
Binary file not shown.

promgen/locale/ja/LC_MESSAGES/django.po

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,6 @@ msgstr "Actions"
185185
msgid "No search parameters provided."
186186
msgstr "検索フレーズが指定されていません"
187187

188-
#: templates/promgen/service_detail.html:93
189-
#: templates/promgen/project_detail.html:101
190-
#: templates/promgen/farm_detail.html:71
191-
msgid "This is a transitional release. Even if you are able to assign roles to members, the permission checks are actually disabled. They will be enabled in the next release."
192-
msgstr "このリリースは移行用のリリースです。ロールをメンバーに割り当てても、権限のチェックは行われません。次のリリースで権限のチェックが有効化されます。"
193-
194188
#: templates/promgen/permission_row.html:28
195189
msgid "Delete all permissions for user?"
196190
msgstr "ユーザーから全ての権限を削除しますか?"

promgen/templates/promgen/project_detail.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ <h1>
9797
</div>
9898

9999
<div role="tabpanel" class="tab-pane" id="members">
100-
<div class="alert alert-warning" role="alert">
101-
{% trans "This is a transitional release. Even if you are able to assign roles to members, the permission checks are actually disabled. They will be enabled in the next release." %}
102-
</div>
103100
{% include "promgen/permission_block.html" with object=project %}
104101
</div>
105102
</div>

promgen/templates/promgen/service_detail.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ <h1>Service: {{ service.name }}</h1>
8989
</div>
9090

9191
<div role="tabpanel" class="tab-pane" id="members">
92-
<div class="alert alert-warning" role="alert">
93-
{% trans "This is a transitional release. Even if you are able to assign roles to members, the permission checks are actually disabled. They will be enabled in the next release." %}
94-
</div>
9592
{% include "promgen/permission_block.html" with object=service %}
9693
</div>
9794

0 commit comments

Comments
 (0)