Hi Carl,

yes that's possible by overriding the teamwork:AddTagService and performing additional inserts to the one that is already there. You'd need to create a ui.ttlx file with an ui:override of that service, starting with the current prototype. The current query is

INSERT {
                        ?tag a teamwork:Tag .
                        ?tag rdfs:label ?name .
                        ?tag rdfs:comment ?comment .
                        ?tag sioc:has_creator ?user .
                        ?tag teamwork:manager ?user .
                        ?tag teamwork:status teamwork:Uncommitted .
                        ?tag dcterms:created ?timeStamp .
                    }
                    WHERE {
                        BIND (now() AS ?timeStamp) .
BIND (smf:userWithName(smf:currentUserName()) AS ?user) .
                        BIND (teamwork:tagById(?tagId) AS ?tag) .
                    }

so you'd need to add another teamwork:manager triple for the role that you need, for the vocabs you want. If you think this is a recurring pattern, please file an enhancement request using our support system so that we can turn this scenario into a properly supported extension mechanism - with ui:overrides basically everything is possible but nothing is guaranteed with future updates.

HTH
Holger


On 23/02/2017 3:42, Carl Burnett wrote:

Our team makes extensive use of working copies in EVN for review and collaboration. Each time one of our team members wants to assign a working copy to a colleague for review via an EVN Task (something that happens multiple times a day), s/he has to remember to update the user roles for that copy. Our users have pointed out that it would be nice if, by default, newly created working copies in certain EVN projects could have a specific user role that we’ve created (“Knowledge Engineers”) assigned as a manager. Is this possible?

___

*Carl Burnett***

Ontology Engineer  |  Healthwise

[email protected] <mailto:[email protected]> | www.healthwise.org <http://www.healthwise.org/>

(208) 489-8485

*/Healthwise helps people make better health decisions/*/./

--
You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include the TopBraid Suite family of products and its base technologies such as SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to [email protected]
---
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Group "TopBraid 
Suite Users", the topics of which include the TopBraid Suite family of products and 
its base technologies such as SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to [email protected]
--- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to