? Failure

User tests: Successful: Unsuccessful:

avatar BrainforgeUK
BrainforgeUK
12 Apr 2018

Pull Request for Issue #19584 .

Summary of Changes

Added event onContentValidateData

Testing Instructions

Create a field plugin which implements onContentValidateData function like this...
public function onContentValidateData($form, &$data) {
// Change the data in some way
}

Expected result

The data get's changed.

Actual result

The data get's changed.

Documentation Changes Required

Add documentation for onContentValidateData event.
Add documentation for the existing, but undocumented and now deprecated, onUserBeforeDataValidation event.
This event will only get triggered when validate() overridden by a user component model.

avatar brainforgeUK brainforgeUK - open - 12 Apr 2018
avatar brainforgeUK brainforgeUK - change - 12 Apr 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 12 Apr 2018
Category Libraries
avatar brianteeman brianteeman - change - 12 Apr 2018
Title
4.0 dev
[4.0] Event - onUserBeforeDataValidation #19584
avatar brianteeman brianteeman - edited - 12 Apr 2018
avatar BrainforgeUK BrainforgeUK - change - 21 Jul 2018
Labels Added: ?
avatar brianteeman
brianteeman - comment - 22 Jul 2018

Please can you look at resolving the conflicts

avatar BrainforgeUK
BrainforgeUK - comment - 23 Jul 2018

Now got a Javascript conflict - any suggestions?

avatar brianteeman
brianteeman - comment - 10 Aug 2018

Not sure what you mean

avatar Quy
Quy - comment - 10 Aug 2018

I think he is referring to the false error with drone.

avatar BrainforgeUK
BrainforgeUK - comment - 11 Aug 2018

See lines 556 to 561 of
http://ci.joomla.org/joomla/joomla-cms/7735/5

Also mentioned here, but how can I resolved?
jasmine/jasmine#1486

avatar joomla-cms-bot joomla-cms-bot - change - 11 Aug 2018
Category Libraries Modules Administration Libraries
avatar joomla-cms-bot joomla-cms-bot - change - 12 Aug 2018
Category Libraries Modules Administration Modules Administration SQL Installation Libraries
avatar brianteeman
brianteeman - comment - 20 Aug 2018

You have added completely unrelated code3 to this issue

You must use a different branch and create a different pull request for each issue you are trying to resolve

In your git client revert this latest change, commit and push

Then create a NEW branch and pull from staging
Make your new changes, commit and push
go to https://github.com/joomla/joomla-cms and you will see info that you can create a new pull request from your new branch

avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Apr 2019
Title
[4.0] Event - onUserBeforeDataValidation #19584
[4.0] Event - onUserBeforeDataValidation
avatar franz-wohlkoenig franz-wohlkoenig - edited - 19 Apr 2019
avatar sanderpotjer
sanderpotjer - comment - 5 May 2019

@BrainforgeUK can you update your PR to solve the conflicts and remove the changes visible on https://github.com/joomla/joomla-cms/pull/20152/files that are not related to the PR? Thanks in advance!

avatar BrainforgeUK
BrainforgeUK - comment - 11 May 2019

The Delete option is disabled for me in the ... menu for each of those not required.
delete

The only change required for this issue is the last one listed in form.php
form php

Cannot see how to get round this if the delete menu item is disabled.

avatar Quy
Quy - comment - 13 May 2019

Could it be that the repo is no longer available?

20152

avatar roland-d
roland-d - comment - 13 May 2019

@Quy Indeed, a new PR should be made as the old branch has been deleted. I am not sure if @BrainforgeUK can restore the original branch. Otherwise it is easier to make a new PR.

avatar BrainforgeUK
BrainforgeUK - comment - 14 May 2019

Created new pull request.

avatar BrainforgeUK BrainforgeUK - change - 14 May 2019
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2019-05-14 19:45:25
Closed_By BrainforgeUK
Labels Removed: J4 Issue
avatar BrainforgeUK BrainforgeUK - close - 14 May 2019
avatar BrainforgeUK
BrainforgeUK - comment - 14 May 2019

See pull request #24901

Add a Comment

Login with GitHub to post a comment