We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Viene selezionato il valore utente e gruppo in modo errato.
posto quì la soluzione con il rifermento al campo DB corretto file ./inc/simcard.class.php
-221 User::dropdown(['name' => 'users_id_tech', -222 'value' => $this->fields["users_id_tech"], -223 'right' => 'own_ticket', +221 User::dropdown(['name' => 'users_id', +222 'value' => $this->fields["users_id"], +223 'right' => 'all',
-241 'name' => 'groups_id_tech', -242 'value' => $this->fields['groups_id_tech'], +241 'name' => 'groups_id', +242 'value' => $this->fields['groups_id'],`
grazie per avere reso disponibile e recuperato questo plugin ;) M.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Viene selezionato il valore utente e gruppo in modo errato.
posto quì la soluzione con il rifermento al campo DB corretto
file ./inc/simcard.class.php
-221 User::dropdown(['name' => 'users_id_tech',
-222 'value' => $this->fields["users_id_tech"],
-223 'right' => 'own_ticket',
+221 User::dropdown(['name' => 'users_id',
+222 'value' => $this->fields["users_id"],
+223 'right' => 'all',
-241 'name' => 'groups_id_tech',
-242 'value' => $this->fields['groups_id_tech'],
+241 'name' => 'groups_id',
+242 'value' => $this->fields['groups_id'],`
grazie per avere reso disponibile e recuperato questo plugin ;)
M.
The text was updated successfully, but these errors were encountered: