Please activate JavaScript in your browser.
?
Pending
Pending
Hound
Hound is busy sniffing around...
Details
User tests:
Successful:
Unsuccessful:
Pull Request for Issue #26017 (comment) .
Summary of Changes
Corrects PHP syntax error coming from merge conflicts between PR #26017 and #26407 .
Testing Instructions
Make a new installation with current 4.0-dev. Don't use any recent alpla release or nightly build, those will not contain the error.
Go to "Users -> Privacy -> Requests" and click the "New" button to create a new request.
Result: See section "Actual result" below.
Go back to the control panel.
Apply the changes in this PR.
Go to "Users -> Privacy -> Requests" and click the "New" button to create a new request.
Result: See section "Expected result" below.
This PR fixes the same error at 2 other places, too:
Exporting privacy requests to CSV,
Removing privacy requests.
These fixes can be tested in the same way, but code review should be sufficient.
Expected result
Actual result
Documentation Changes Required
None.
richard67
-
open
-
10 Nov 2019
richard67
-
change
-
10 Nov 2019
joomla-cms-bot
-
change
-
10 Nov 2019
Category
⇒
Administration
richard67
-
change
-
10 Nov 2019
The description was changed
richard67
-
edited
-
10 Nov 2019
richard67
-
change
-
10 Nov 2019
Title
Differences
…
[4.0] [WiP] Fix com_privacy prepared statements
[4.0] Fix com_privacy prepared statements
richard67
-
edited
-
10 Nov 2019
richard67
-
change
-
10 Nov 2019
The description was changed
richard67
-
edited
-
10 Nov 2019
richard67
-
change
-
10 Nov 2019
The description was changed
richard67
-
edited
-
10 Nov 2019
wilsonge
-
change
-
10 Nov 2019
Status
Pending
⇒
Fixed in Code Base
Closed_Date
0000-00-00 00:00:00
⇒
2019-11-10 13:38:06
Closed_By
⇒
wilsonge
Labels
Added:
?
wilsonge
-
close
-
10 Nov 2019
wilsonge
-
merge
-
10 Nov 2019
Add a Comment
Login with GitHub to post a comment
This PR here fixes it keeping the usage of
->setLimit(1)
so it looks as follows:Another solution would be:
Question: What is better? @alikon @wilsonge any idea?
Update: Question answered by PR #26407 : 1st way is better,
The error fixed by this PR looks to me like coming from a merge conflict solved in #26017 in a bad way after I had tested it .