Klas Berlič Fras
Klas Berlič Fras
When Seblod is enabled for users, one can't use twofactor - there is no place to activate it in the profile Reference: https://www.seblod.com/community/forums/general-discussions/how-to-use-seblod-with-twofactor-authentication
When Infinote>load pagination is used with masonry it never stops loading until all items are loaded https://www.seblod.com/community/forums/general-discussions/masonry-template-and-load-more-option
When filtered results have mutiple pages , results on pages beyond the first one are not filtered because search parameters are not passed on. e.g. - first page index.php/en/?cck=article&art_title=sd&art_catid=2&boxchecked=0&search=articles&task=search link...
``` // Select last step $query->select('name'); $query->from($this->_table); //$query->where("(status = 0 OR status = 1)"); $query->where("(status = 0)"); if ($this->_table == '#__jupgradepro_extensions_tables') { $query->where("element = '{$step['element']}'"); } $query->where("version = {$this->_db->quote($this->old_ver)}"); $query->order('id...
Add MariaDb to MySql alias to allow model creating when using MariaDB.