Allow client triggers to be run from a workspace
Say you put them in a "triggers" folder, you would simply register them using a parameter, e.g
cm mktr before-clientcheckin "bob" "$workspace\triggers\checkin.py"
The $workspace would be substitued by whichever workspace caused the trigger to fire. The only exception to this would be "before-mkworkspace", since the trigger would be inaccessible.
6
votes
Pete
shared this idea
-
Max Pixel commented
I see this is marked as "completed", but the documentation and cmd help still say that an absolute path is required. How was this feature actually implemented?