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 authored and monteri committed Apr 10, 2024
1 parent 41953bb commit 96ee6d5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,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 96ee6d5

Please sign in to comment.