We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Ability to "Tag" templates to be available or not via the Analyst portal
Would like the ability to "tag" a template a workflow template or not.
Similar to the email tag for Advanced send email.
Meaning if the template title includes RO then will be excluded from the new from template list.
Comments
2017-05-30 10:27:40,379, ERROR [ 115]: Creating request offering failed with error: An object of class ManagementPackObjectTemplate with ID 5c15add6-8f74-151a-3624-ad796f96fe85 was not found.
Had to provide the all templates in roles to clear the error.
So now that I have that straight, count this as support for your earlier comment and an emphatic endorsement for the feature request.
@Yuriy_Mikhaylenko, your idea to disable certain entries seems to be the only way to accomplish this, until this feature request is delivered. I would add that it would most likely require JavaScript, and not just CSS alone.
The template list is a Kendo grid control, which suggests that the rows should belong to a data list that could, in theory, be edited before or after render.
In the meantime, I've implemented this which will filter out any templates (from any work item types) that starts with a specific prefix (line 5).
Created in 8.1.1, tested on IE, Edge and Chrome.
Thanks for the code however I have run into one bug and can't get my head around it yet.
When the code is active on the portal if someone receives a link that has "page" ie all the dashboard pages the page will load and then load the
Failed
The item you requested either does not exist or you do not have access to view it.
If I hit the back button the page will provide the error do I want to leave or continue to edit. If I hit leave the dashboard page will load.
This is only for links direct to dashboards. If I copy paste into the browser it works fine.
Any thoughts?
I think I got the script updated and fixed.
Using the post from https://community.cireson.com/discussion/2443/hiding-templates-from-showing
Combined your script and his and with the following I am not getting the error in IE.