Skip to content
New issue

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

Problema nella visualizzazione di dettaglio della simcard. - assegnazione utente e gruppo #1

Open
caimano68 opened this issue Mar 11, 2022 · 0 comments

Comments

@caimano68
Copy link

caimano68 commented Mar 11, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant