TACTIC Open Source
Assign user to multiple scenes 4.5 - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: Assign user to multiple scenes 4.5 (/showthread.php?tid=208)



Assign user to multiple scenes 4.5 - Bassment - 04-07-2021

Hey guys, I've been trying to find a way to select multiple scenes and assign a user to all at the same time, the same way you can with updating statuses and other fields.
Or assign by uploading a csv with scene assignments.
I've been unsuccessful with both, so now I'm wondering if there's away to only display the users on a project or group in the user drop down for each project.
As the number of users increases, the list to scroll through has become a bit much and as added a lot of time to the assignment process.
Any ideas?


RE: Assign user to multiple scenes 4.5 - listy - 04-08-2021

First thing you mentioned is a bug.
Second: You can filter users by groups in the dropdown. But this is a bit tricky in tactic 4.8, and pretty easy in 4.5
Which version do you use?


RE: Assign user to multiple scenes 4.5 - Bassment - 04-08-2021

Hey Listy, I'm currently on 4.5
We tried out 4.8 but didn't notice a big enough improvement so have held off on upgrading until we finish a couple projects.
Is there a fix for the bug that you know of?


RE: Assign user to multiple scenes 4.5 - listy - 04-12-2021

Hi! No, there is no fixes for it.
You can make steps to repro, or even write some GIF video, and post it here on on github. But i think it will be fixed only for 4.8, and for 4.5 you have to make fix by yourself


RE: Assign user to multiple scenes 4.5 - Bassment - 04-13-2021

Ah ok, thanks for the reply.
I guess in the meantime I'll have to figure out how to filter users by groups in the dropdown. You say it's pretty easy in version 4.5.
I've been looking at the column options but can't find any options, where would this be done?


RE: Assign user to multiple scenes 4.5 - listy - 04-14-2021

(04-13-2021, 06:04 PM)Bassment Wrote: Ah ok, thanks for the reply.
I guess in the meantime I'll have to figure out how to filter users by groups in the dropdown. You say it's pretty easy in version 4.5.
I've been looking at the column options but can't find any options, where would this be done?
It is in the Pipeline Editor. Just open task options of the selected "manual process" node.
However this is removed it 4.8, i don't know what was the reason to delete this...
So in 4.8 you had to manually edit processes table, examle:

Code:
<pipeline>
  <process name="model" type="manual" xpos="100" ypos="100" completion="25" task_pipeline="vfx/model" assigned_login_group="modeller" supervisor_login_group="supervisor" process_code="SPT_PROCESS00163"/>
</pipeline>