matomo-org / tag-manager

Free Open Source Matomo Tag Manager - A simple way to manage and maintain all of your (third-party) tags on your website.
https://matomo.org
GNU General Public License v3.0
170 stars 58 forks source link

Hide publish button for user without tagmanager_use_custom_templates capability #785

Closed AltamashShaikh closed 4 months ago

AltamashShaikh commented 5 months ago

Description:

Added code to hide publish button for user without tagmanager_use_custom_templates capability Fixes: #PG-3450, #784

Review

snake14 commented 5 months ago

@araichyk If this PR looks alright to you, I can go ahead and merge it.

AltamashShaikh commented 5 months ago

Can't seem to reproduce the original issue for whatever reason. This change is hiding/unhiding the Publish button for me based on access level though.

Do we also want to remove the Publish link from this alert on TagEdit, TriggerEdit, and VariableEdit? image

@araichyk Good point, will remove the link too :+1:

snake14 commented 5 months ago

Aside from the broken UI test cases, the changes look good to me :+1:

AltamashShaikh commented 5 months ago

Aside from the broken UI test cases, the changes look good to me 👍

@snake14 UI tests fixed