Admin helpers
hypha.apply.categories.admin_helpers
¶
MetaTermButtonHelper
¶
Bases: ButtonHelper
delete_button
¶
Ensure that the delete button is not shown for root meta term.
Source code in hypha/apply/categories/admin_helpers.py
prepare_classname
¶
Parse classname sets into final css classes list.
add_child_button
¶
Build a add child button, to easily add a child under meta term.
Source code in hypha/apply/categories/admin_helpers.py
get_buttons_for_obj
¶
Override the getting of buttons, prepending create child button.