× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

State operations backend not working in Joomla 3.9.

5 Jahre 4 Monate her #1910 von Olaf van der Grijspaarde
State operations backend not working in Joomla 3.9. wurde erstellt von 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

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

5 Jahre 4 Monate her #1913 von Glenn Arkell
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');
	}
Folgende Benutzer bedankten sich: Márton Feövenyessy, Geir, DarkGreg, Jordi Solves

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

5 Jahre 4 Monate her #1914 von Olaf van der Grijspaarde
Olaf van der Grijspaarde antwortete auf 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!

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

5 Jahre 4 Monate her #1916 von Grant Broadcasters
Grant Broadcasters antwortete auf 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.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Ladezeit der Seite: 0.170 Sekunden
Powered by Kunena Forum

Wir verwenden eigene Cookies und Cookies von Drittanbietern, um Ihr Nutzererlebnis zu verbessern und Ihnen einen optimalen Service zu bieten. Wenn Sie die Website weiter nutzen, gehen wir davon aus, dass Sie mit unserer Cookie-Politik einverstanden sind.