How I can restrict adding component to a stream by precondition?
I want to write a precondition to prevent adding a component to a stream. But I found after deliver a added component, the precondition of deliver server will not be triggered.
So how I can capture action of the adding component?
We have ever think to set it by setting owner of component, but it seems not fit for user. So at first, I want to know how to trigger the precondition when add a component to stream.
2 answers
In order to control who can add a component to a stream, you would use the Permissions on the stream.
In particular, there is the Source_Control -> Save_Stream -> Modify -> Stream -> Modify_the_stream_components -> Add_components_to_the_stream permission.
Cheers,
Geoff
In particular, there is the Source_Control -> Save_Stream -> Modify -> Stream -> Modify_the_stream_components -> Add_components_to_the_stream permission.
Cheers,
Geoff
Comments
Hello,
enforcing component naming convention / pattern is currently not possible.
There is an OOTB advisor "Ensure Component Names are Unique" to ensure that component names are unique.
You may create a new enhancement for this request and link/add it to Requested SCM Advisors (148313)
Thanks,
Eric.
Comments
Simon Eickel
Sep 02 '13, 2:12 a.m.