Expose products setting for type 2 UPC lookup

also expose Configure button for most master view pages
This commit is contained in:
Lance Edgar 2021-12-23 15:18:30 -06:00
parent 33af2e6fa1
commit 819ae22b0e
4 changed files with 40 additions and 7 deletions

View file

@ -162,7 +162,7 @@
<li>${h.link_to("Create a new {}".format(model_title), url('{}.create'.format(route_prefix)))}</li>
% endif
% endif
% if master.configurable and master.has_perm('configure'):
% if not use_buefy and master.configurable and master.has_perm('configure'):
<li>${h.link_to("Configure {}".format(config_title), url('{}.configure'.format(route_prefix)))}</li>
% endif
% if master.has_input_file_templates and master.has_perm('download_template'):