Status: Accepted Owner: jprantan
New issue 32 by jprantan: Remove tags when test is modified http://code.google.com/p/robotframework-mabot/issues/detail?id=32 When user modifies test, it is possible to add automatically some tags like executed-by-bond, build-x and so on. It would be good also remove some old similar tags using option remove tags when test case is modified. Those could be given like executed-by* Actually this could be done also automatically based on the additionally added tags by finding the prefix using last '-' sign in the added tags. In case you would have additinal tags: executed-by-bond, build-x, before adding tags matching executed-by-* and build-* could be removed. This would be better as when the user changes the tags that additionally are added, also tags that are removed follow the change. This could be at least the first implementation. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
