×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Acl utents for table
ANTONIO
Navegador Iniciado
Posts: 8
9 años 6 meses antes - 9 años 6 meses antes #784
por ANTONIO
Acl utents for table Publicado por ANTONIO
hello, I want to know how to allocate the table, for each individual user. I tried in every way but nothing, I try to sign with another user and I view the table of others.
Última Edición: 9 años 6 meses antes por ANTONIO.
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
ANTONIO
Navegador Iniciado
Posts: 8
9 años 6 meses antes #785
por ANTONIO
Respuesta de ANTONIO sobre el tema Acl utents for table
hello, I want to know how to allocate the table, for each individual user. I tried in every way but nothing, I try to sign with another user and I view the table of others.
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Eduardo Mena
Navegador Junior
Posts: 31
9 años 5 meses antes #820
por Eduardo Mena
Respuesta de Eduardo Mena sobre el tema Acl utents for table
There are several ways to accomplish that. If you provide more information about what you're trying to do, I can try and help you.
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
ANTONIO
Navegador Iniciado
Posts: 8
9 años 5 meses antes #824
por ANTONIO
Respuesta de ANTONIO sobre el tema Acl utents for table
I want to assign a table to a different user by the same component
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Eduardo Mena
Navegador Junior
Posts: 31
9 años 5 meses antes #826
por Eduardo Mena
Respuesta de Eduardo Mena sobre el tema Acl utents for table
By default you won't be able to accomplish that. You will have to modify the model for the list and item viiews.
Look for the getListQuery() in the model and edit the where clause. You'll have to add something like this:
Look for the getListQuery() in the model and edit the where clause. You'll have to add something like this:
$query->where('a.state = 1 AND '.$db->quoteName('created_by').' = '.JFactory::getUser()->get('id'));
El siguiente usuario dijo gracias: Andres Maeso
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
ANTONIO
Navegador Iniciado
Posts: 8
9 años 5 meses antes #827
por ANTONIO
Respuesta de ANTONIO sobre el tema Acl utents for table
where I find the getListQuery?
I first have to install the component?
which file should be changed?
tks.
I first have to install the component?
which file should be changed?
tks.
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Tiempo de carga de la página: 0.055 segundos