? ?
avatar franz-wohlkoenig
franz-wohlkoenig
11 Aug 2018

Steps to reproduce the issue

Create new Article, got after Save:

screen shot 2018-08-11 at 11 13 08

System information

  • Nightly Build 4.0.0-alpha5-dev
  • Multilingual Sample Data (French, German DE, Persian)
  • Template: Cassiopeia
  • macOS Sierra, 10.13.6
  • Firefox 61 (64-bit)

CloudAccess.net

  • PHP 7.1.15
  • MySQLi 5.7.18-cll-lve
avatar franz-wohlkoenig franz-wohlkoenig - open - 11 Aug 2018
avatar joomla-cms-bot joomla-cms-bot - change - 11 Aug 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 11 Aug 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 11 Aug 2018
Status New Discussion
avatar franz-wohlkoenig franz-wohlkoenig - change - 11 Aug 2018
Category com_workflow
avatar rdeutz rdeutz - change - 11 Aug 2018
Labels Added: ?
avatar rdeutz rdeutz - labeled - 11 Aug 2018
avatar brianteeman brianteeman - change - 12 Aug 2018
Labels Added: J4 Issue
avatar brianteeman brianteeman - labeled - 12 Aug 2018
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 14 Aug 2018

There's a second Notice below Article:

screen shot 2018-08-14 at 13 49 42

avatar infograf768
infograf768 - comment - 14 Aug 2018

Please modify in the file the 2 occurences of $this->item->condition to $this->item->state_condition

this should solve it.

avatar infograf768
infograf768 - comment - 14 Aug 2018

Code is in ArticlesModel

		// Join over the states.
		$query->select('ws.title AS state_title, ws.condition AS state_condition')
			->join('LEFT', '#__workflow_stages AS ws ON ws.id = wa.stage_id');
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 15 Aug 2018

Which File(s) i have to modify to look if this solve the Issue?

avatar alikon
alikon - comment - 15 Aug 2018
avatar franz-wohlkoenig franz-wohlkoenig - close - 15 Aug 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 15 Aug 2018
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2018-08-15 06:31:26
Closed_By franz-wohlkoenig
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 15 Aug 2018

closed as having Pull Request #21621

avatar franz-wohlkoenig franz-wohlkoenig - change - 20 Apr 2019
Labels Added: ?
Removed: J4 Issue ?
avatar franz-wohlkoenig franz-wohlkoenig - unlabeled - 20 Apr 2019

Add a Comment

Login with GitHub to post a comment