Skip to content

Commit

Permalink
feat: [AXIMST-467] Manage Tags on block level
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzniaievdm committed Apr 4, 2024
1 parent 24db4df commit 988fdc9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ def get_actions(self, obj): # pylint: disable=unused-argument
"""

can_manage_tags = use_tagging_taxonomy_list_page()

# temporary decision defining the default value 'True' for each xblock.
actions = {
"can_manage_tags": can_manage_tags,
}
Expand Down

0 comments on commit 988fdc9

Please sign in to comment.