× 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 yıl 11 ay önce #1910 Yazan: Olaf van der Grijspaarde
State operations backend not working in Joomla 3.9., Olaf van der Grijspaarde tarafından oluşturuldu
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

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

5 yıl 11 ay önce #1913 Yazan: Glenn Arkell
Glenn Arkell tarafından State operations backend not working in Joomla 3.9. konusunda yanıtlandı
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');
	}
Şu kullanıcı(lar) Teşekkür etti: Márton Feövenyessy, Geir, DarkGreg, Jordi Solves

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

5 yıl 11 ay önce #1914 Yazan: Olaf van der Grijspaarde
Olaf van der Grijspaarde tarafından State operations backend not working in Joomla 3.9. konusunda yanıtlandı
Excellent, this solves the most serious problems for now.

Hopefully this will be changed in Component Creator build as well!

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

5 yıl 11 ay önce #1916 Yazan: Grant Broadcasters
Grant Broadcasters tarafından State operations backend not working in Joomla 3.9. konusunda yanıtlandı
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.

Lütfen sohbete katılmak için Giriş ya da Hesap açın.

Sayfa oluşturma süresi: 0.050 saniye
Geliştiren: Kunena Forum