J3 Issue ?
avatar artur-stepien
artur-stepien
19 Jun 2019

Steps to reproduce the issue

  • Go to: Content -> Fields -> New
  • Fill Title and Name
  • From Type select Repeatable
  • In Form Fields add new field of type Editor and fill its name
  • Click on Save & Close
  • Go to: Content -> Articles -> Add New Article
  • Find your new created custom field and fill it with for example bold text.
  • Fill article Title and mark Featured to Yes
  • Click on Save & Close
  • Go to front-end of your website and find the article you just created then enter it.

Expected result

The custom field we just created should contain HTML (for example bold text)

Actual result

Pure text, no new lines, no bold text.

System information (as much as possible)

Joomla 3.9.8 but that can be for a longer period of time.

Additional comments

The content of rawvalue in stored field is HTML free. So it is cleared on article save. The Fields - Repeatable plugin doesn't have the filter parameter. I tried to go into Fields - Editor plugin parameters and setting default filter there. But as it seems it isn't even used. The best option would probably be to use the filtering option from Fields - Editor plugin in rendering of Editor in Fields - Repeatable or what would be most flexible, use Text Filters settings from Global Configuration. That way we can secure the input depending on user group.

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
5.00

avatar artur-stepien artur-stepien - open - 19 Jun 2019
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 Jun 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Jun 2019
Labels Added: J3 Issue
avatar franz-wohlkoenig franz-wohlkoenig - labeled - 19 Jun 2019
avatar joomla-cms-bot joomla-cms-bot - change - 19 Jun 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-06-19 12:11:45
Closed_By joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 19 Jun 2019
avatar Quy Quy - change - 19 Jun 2019
Status Closed Fixed in Code Base
Closed_Date 2019-06-19 12:11:45 2019-06-19 12:11:46
Closed_By joomla-cms-bot Quy
avatar joomla-cms-bot
joomla-cms-bot - comment - 19 Jun 2019

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/25271

avatar Quy
Quy - comment - 19 Jun 2019

Fixed per #25189 to be in 3.9.9


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25271.

avatar artur-stepien
artur-stepien - comment - 19 Jun 2019

@Quy Just quick question. When is the planned 3.9.9 release date?

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 19 Jun 2019

Once a Month, last Release was last Week (https://github.com/joomla/joomla-cms/milestones?state=closed)

avatar HLeithner
HLeithner - comment - 19 Jun 2019

I updated the planed release date for 9.7.2019

avatar ReLater
ReLater - comment - 19 Jun 2019

The best option would probably be to use the filtering option from Fields - Editor plugin in rendering of Editor in Fields - Repeatable

If you find a working way to re-add the Global option for #25189 ; a pr would be very welcome.

avatar artur-stepien
artur-stepien - comment - 19 Jun 2019

@ReLater Youre talking about extending this Filter parameter in provided PR to have something like Use global configuration?

avatar ReLater
ReLater - comment - 20 Jun 2019

@artur-stepien

Youre talking about extending this Filter parameter in provided PR to have something like Use global configuration?

Yes. We removed the Global parameter there because it didn't work and I didn't want to hard code the sub field types in repeatable.php or rather start several requests for the active filter value of any single plugin there. If you find an elegant way ... would be great.

Add a Comment

Login with GitHub to post a comment