Assign user to multiple nodes
Assign user to multiple nodes
I have a situation where I need to assign the same user to multiple nodes. I can't find anything in the documentation that addresses this. Can someone point me in the right direction?
Re: Assign user to multiple nodes
You can assign users to any node you want by clicking on the "assign user" button
In Forma 2, only if the specific option in settings>user is turned off
In Forma 1.X you can assign users to multiple nodes by defaultIn Forma 2, only if the specific option in settings>user is turned off
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Re: Assign user to multiple nodes
I'm on Forma 2. When I go to Settings/config.sys/User (under "other options") the only option I see that looks like it might be correct is "orgchart singlenode" it is currently unchecked. When we try to assign and existing user to another node we get "user already assigned error"
Re: Assign user to multiple nodes
You're right.
It's a bug, I opened it in our bugtracker, to fix it for the next release.
In the meanwhile you could maybe use groups, for your need?
It's a bug, I opened it in our bugtracker, to fix it for the next release.
In the meanwhile you could maybe use groups, for your need?
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Re: Assign user to multiple nodes
in /appCore/controllers/UsermanagementAdmController.php
search for:
and replace it with:
search for:
Code: Select all
$singlenode = Get::sett('orgchart_singlenode', '');
if ($singlenode){
Code: Select all
if (Get::sett('orgchart_singlenode', 'off' == 'on')){
Per supporto GRATUITO contattatemi in privato qui
- CisterNino
- FormaLms User
- Posts: 73
- Joined: Mon May 06, 2013 2:59 pm
Re: Assign user to multiple nodes
Indeed there's a little mistake in alfa24 suggestion:
The right instruction to use is:
if ( Get::sett('orgchart_singlenode', 'off') == 'on' ){
The right instruction to use is:
if ( Get::sett('orgchart_singlenode', 'off') == 'on' ){
I'm Livio, the Two. If you need, you can contact the one.
Re: Assign user to multiple nodes
It's not clear what you need.
Moreover, what do you mean with 16 available slots for live performance?
Moreover, what do you mean with 16 available slots for live performance?
Per supporto GRATUITO contattatemi in privato qui