Conflicting Files bug ? PR-4.3-dev ? Pending

User tests: Successful: Unsuccessful:

avatar alikon
alikon
31 Aug 2022

Pull Request for Issue #38642 .

Summary of Changes

fixed

Testing Instructions

see #38642

Actual result BEFORE applying this Pull Request

500

Expected result AFTER applying this Pull Request

no error
and return the selected field list values

avatar alikon alikon - open - 31 Aug 2022
avatar alikon alikon - change - 31 Aug 2022
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 31 Aug 2022
Category Front End Plugins
avatar alikon alikon - change - 3 Sep 2022
Labels Added: ? ?
avatar toivo
toivo - comment - 5 Sep 2022

I have tested this item successfully on 3bea502

Tested successfully in Joomla 4.2.3-dev of 5 September in Wampserver 3.2.9 and PHP 8.1.9.


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

avatar toivo toivo - test_item - 5 Sep 2022 - Tested successfully
avatar Quy
Quy - comment - 24 Jan 2023

I don't know if it matters that the return format is different when no values.

Before PR (returns JSON):

            "myfields": {
                "": null
            },
            "radio": {
                "": null
            }

After PR (returns array):

            "myfields": [
                ""
            ],
            "radio": []
avatar toivo toivo - test_item - 14 Mar 2023 - Tested successfully
avatar toivo
toivo - comment - 14 Mar 2023

I have tested this item successfully on 3f2c307

Tested successfully in Joomla 4.2.9-rc2-dev of 13 March using PHP 8.1.10 and Postman v10.11.2


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

avatar alikon alikon - change - 28 Apr 2023
Labels Added: bug ?
avatar alikon
alikon - comment - 17 Sep 2023

conflict solved on #41777

avatar alikon alikon - change - 17 Sep 2023
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2023-09-17 08:04:41
Closed_By alikon
Labels Added: Conflicting Files PR-4.3-dev
Removed: ?
avatar alikon alikon - close - 17 Sep 2023

Add a Comment

Login with GitHub to post a comment