Skip to content

Commit

Permalink
feat(taxhub): drop left navbar button
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Nov 25, 2024
1 parent 1755d54 commit d1b5b0d
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def upgrade():
sa.text(
"""
INSERT INTO gn_commons.t_modules
(module_code, module_label, module_picto, module_desc, module_target, module_external_url, active_frontend, active_backend)
VALUES('TAXHUB', 'TaxHub', 'fa-sitemap', 'Module TaxHub', '_blank', :module_url, false, false);
(module_code, module_label, module_picto, module_desc, module_target, active_frontend, active_backend)
VALUES('TAXHUB', 'TaxHub', 'fa-sitemap', 'Module TaxHub', '_blank', false, false);
INSERT INTO gn_permissions.t_objects
(code_object, description_object)
Expand Down Expand Up @@ -89,8 +89,7 @@ def upgrade():
gn_permissions.bib_actions a ON a.code_action = v.action_code
WHERE m.module_code = 'TAXHUB'
"""
),
module_url=f"{config['API_ENDPOINT']}/admin/taxons",
)
)
# rapatriement des permissions de l'application TaxHub

Expand Down

0 comments on commit d1b5b0d

Please sign in to comment.