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

State operations backend not working in Joomla 3.9.

pred 5 rokmi 11 mesiacmi #1910 od Olaf van der Grijspaarde
State operations backend not working in Joomla 3.9. bolo vytvorené 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

Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.

pred 5 rokmi 11 mesiacmi #1913 od Glenn Arkell
Odpoveď od Glenn Arkell na tému 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');
	}
Nasledujúci užívateľ(ia) povedali ďakujem: Márton Feövenyessy, Geir, DarkGreg, Jordi Solves

Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.

pred 5 rokmi 11 mesiacmi #1914 od Olaf van der Grijspaarde
Odpoveď od Olaf van der Grijspaarde na tému 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!

Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.

pred 5 rokmi 11 mesiacmi #1916 od Grant Broadcasters
Odpoveď od Grant Broadcasters na tému 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.

Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.

Čas vytvorenia stránky: 0.052 sekúnd
Funguje na Kunena fórum

We use cookies so that you can place orders and we can provide a better service. You can control the use of cookies at the individual browser level. If you reject cookies, you may still use our website, but your ability to use some features or areas of our website may be limited.