×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
State operations backend not working in Joomla 3.9.
Olaf van der Grijspaarde
Navegador Iniciado
Posts: 4
5 años 11 meses antes #1910
por Olaf van der Grijspaarde
State operations backend not working in Joomla 3.9. Publicado por Olaf van der Grijspaarde
Since update to Joomla 3.9.1 all state operations in the backend (publish/unpublish/archive/trash) seem to have stopped working.
Looks like a serious issue to me, urgent solutions is needed....
Regards,
Olaf
Looks like a serious issue to me, urgent solutions is needed....
Regards,
Olaf
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Glenn Arkell
Navegador Iniciado
Posts: 7
5 años 11 meses antes #1913
por Glenn Arkell
Respuesta de Glenn Arkell sobre el tema State operations backend not working in Joomla 3.9.
Discovered that making a slight change to the Table file of the component makes the buttons work. May not be the best or ultimate change but works for those that can't revert back to 3.8.n.
public function __construct(&$db)
{
parent::__construct('#__mycomponent_tablename', 'id', $db);
// Set the alias since the column is called state
$this->setColumnAlias('published', 'state');
}
El siguiente usuario dijo gracias: Márton Feövenyessy, Geir, DarkGreg, Jordi Solves
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Olaf van der Grijspaarde
Navegador Iniciado
Posts: 4
5 años 11 meses antes #1914
por Olaf van der Grijspaarde
Respuesta de Olaf van der Grijspaarde sobre el tema State operations backend not working in Joomla 3.9.
Excellent, this solves the most serious problems for now.
Hopefully this will be changed in Component Creator build as well!
Hopefully this will be changed in Component Creator build as well!
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Grant Broadcasters
Navegador Iniciado
Posts: 7
5 años 11 meses antes #1916
por Grant Broadcasters
Respuesta de Grant Broadcasters sobre el tema State operations backend not working in Joomla 3.9.
This needs to be added to all table files as it is required to make any component work in 3.9.1+ due to a change in Joomla code handling the published/state field.
Por favor, Identificarse o Crear cuenta para unirse a la conversación.
Tiempo de carga de la página: 0.051 segundos