Hello guys, for some good purpose, i have edited tabpath column of rows under Tabs table.
Well, lets say i have page named Computer Gurus,
default tabpath for this page is //ComputerGurus
i modified it to //computer-gurus
Although it does work, if me or another person who has access to Page Settings can destroy everything
Because after an upgrade, tabpath simply reverts back to //ComputerGurus
So i need some trigger to lock tabpath,
You can say, "HOLD ON, Tabpath is generated from Tab Title".
Well, i am very well know that but i just don't want to user to change TabPath.
In my scenario, when needed i can update Tabpath directly from database table.
Or i would appreciate if you could share me a query to do that from HOST > SQL
Basically i need two scripts:
1) A query to change tabpath of a certain tab (maybe we can use tabid at query since it is unique)
2) A trigger to lock tabpath during a page settings update.
I can also hear feedback about negative results of this task.
Thank you for your help
