Type Core/Access Folder
Add getHelpUrl URL for Write Role
@tolbon I have merged the tag manager PR. Could you pull the changes from tag manager 4.x-dev
branch and update the submodule for TagManager and push the change? Let me know if you need help with this.
Are you using the command line for working with git
?
You would do something like this:
cd plugins/TagManager
git checkout 4.x-dev
git pull origin 4.x-dev
cd ../..
git add plugins/TagManager
git commit -m 'Update tag manager submodule'
git push origin typing_core_access
If you use some UI for this I can't really help you that much. Basically you'd just need to make sure your Git UI pulls the latest changes for the Tag Manager repository in the 4.x-dev
standard branch and then you basically commit this update to your Matomo repository in this typing_core_access
branch
Thanks @tolbon updating the submodule worked 👍