? Pending

User tests: Successful: Unsuccessful:

avatar antonbag
antonbag
12 Sep 2022

Pull Request for Issue # .

Summary of Changes

Array of values from plugin fields list with multiple option active

Testing Instructions

Described in issue #38745

Actual result BEFORE applying this Pull Request

"mylistfield": []

Expected result AFTER applying this Pull Request

"mylistfield": [
{
"value": "Value 1",
"alias": "value-1"
},
{
"value": "Value 2",
"alias": "value-2"
},
],

Documentation Changes Required

avatar antonbag antonbag - open - 12 Sep 2022
avatar antonbag antonbag - change - 12 Sep 2022
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 12 Sep 2022
Category Front End Plugins
avatar antonbag antonbag - change - 12 Sep 2022
The description was changed
avatar antonbag antonbag - edited - 12 Sep 2022
avatar antonbag antonbag - change - 12 Sep 2022
Labels Added: ?
avatar antonbag antonbag - change - 12 Sep 2022
The description was changed
avatar antonbag antonbag - edited - 12 Sep 2022
avatar richard67
richard67 - comment - 12 Sep 2022

@antonbag Please update the "Pull Request for Issue # ." at the top of the description of this pull request (PR) to "Pull Request for Issue #38745 ." so it is clear that this PR solves that issue. Thanks in advance.

In general, if you find an issue and have already the solution for it, it is enough to create a PR. There is no need to create an issue in addition. When we have a PR to solve an issue, we close the issue here.

avatar wilsonge wilsonge - change - 13 Sep 2022
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2022-09-13 12:23:22
Closed_By wilsonge
avatar wilsonge
wilsonge - comment - 13 Sep 2022

This is already contained in the following PR https://github.com/joomla/joomla-cms/pull/38655/files which handles more fields with the same issue - so I'm going to close this PR in favour of the more complete one linked.

Thankyou however for contributing this to the project - it is very appreciated!

avatar wilsonge wilsonge - close - 13 Sep 2022
avatar antonbag
antonbag - comment - 13 Sep 2022

Thank you!!! @richard67 and @wilsonge :)

Add a Comment

Login with GitHub to post a comment