[TS] LPS-201682 Error Message is copied over between Form Fields - #2400
[TS] LPS-201682 Error Message is copied over between Form Fields#2400IstvanD wants to merge 2 commits into
Conversation
|
CI is automatically triggering the following test suites:
|
✔️ ci:test:sf - 1 out of 1 jobs passed in 4 minutesClick here for more details.Base Branch:Branch Name: master Sender Branch:Branch Name: LPS-201682 1 Successful Jobs:For more details click here. |
|
Jenkins Build:test-portal-source-format#2281 Jenkins Report:jenkins-report.html Jenkins Suite:sf Pull Request:liferay-forms#2400 Testray Routine:EE Pull Request Testray Importer:publish-testray-report#9631 |
|
ci:test:relevant |
|
ci:test:forms |
|
ci:stop |
Target exception: java.lang.NullPointerException Base Branch:Branch Name: master Branch GIT ID: a326f83a03da704d0f73d021af1dccf219fc2b63 Job Summary:Job Link: test-portal-acceptance-pullrequest(master) For more details click here. Test bundle downloads:
|
|
Jenkins Build:test-portal-acceptance-pullrequest(master)#5320 Jenkins Report:jenkins-report.html Jenkins Suite:forms Pull Request:liferay-forms#2400 Testray Routine:EE Pull Request Testray Importer:publish-testray-report#21728 |
|
Jenkins Build:test-portal-acceptance-pullrequest(master)#12080 Jenkins Report:jenkins-report.html Jenkins Suite:relevant Pull Request:liferay-forms#2400 Testray Routine:EE Pull Request Testray Importer:publish-testray-report#27829 |
alinedoleron
left a comment
There was a problem hiding this comment.
Hi @IstvanD. I have one comment.
| const requireUpdatePageFieldNames = [ | ||
| 'autocomplete', | ||
| 'inputMask', | ||
| 'numericInputMask', | ||
| 'options', | ||
| 'requireConfirmation', | ||
| 'required', | ||
| 'validation', | ||
| ]; |
There was a problem hiding this comment.
Hi @IstvanD. According to the previous ci tests I ran on the initial PR, some tests have failed. I fixed most of them and I hope I have covered the main ones.
So please, add the following missing fields:
| const requireUpdatePageFieldNames = [ | |
| 'autocomplete', | |
| 'inputMask', | |
| 'numericInputMask', | |
| 'options', | |
| 'requireConfirmation', | |
| 'required', | |
| 'validation', | |
| ]; | |
| const requireUpdatePageFieldNames = [ | |
| 'alphabeticalOrder', | |
| 'autocomplete', | |
| 'dataSourceType', | |
| 'ddmDataProviderInstanceId', | |
| 'expirationDate', | |
| 'hideField', | |
| 'inputMask', | |
| 'limitToOneSubmissionPerUser', | |
| 'multiple', | |
| 'neverExpire', | |
| 'numericInputMask', | |
| 'options', | |
| 'predefinedValue', | |
| 'requireConfirmation', | |
| 'required', | |
| 'sendEmailNotification', | |
| 'validation', | |
| ]; |
Sorry for the inconvenience.
Regards,
There was a problem hiding this comment.
hi @alinedoleron thank you for your feedback. I have added the missing fields.
537b54f
|
ci:test:relevant |
|
ci:test:forms |
|
ci:test:data-engine |
❌ ci:test:forms - 0 out of 1 jobs passed in 2 hours 8 minutesClick here for more details.Base Branch:Branch Name: master Upstream Comparison:Branch GIT ID: a326f83a03da704d0f73d021af1dccf219fc2b63 ci:test:forms - 0 out of 1 jobs PASSED1 Failed Jobs:For more details click here.Failures unique to this pull:
For upstream results, click here.Test bundle downloads:
|
|
Jenkins Build:test-portal-acceptance-pullrequest(master)#12085 Jenkins Report:jenkins-report.html Jenkins Suite:relevant Pull Request:liferay-forms#2400 Testray Routine:EE Pull Request Testray Importer:publish-testray-report#27849 |
|
Jenkins Build:test-portal-acceptance-pullrequest(master)#12086 Jenkins Report:jenkins-report.html Jenkins Suite:forms Pull Request:liferay-forms#2400 Testray Routine:EE Pull Request Testray Importer:publish-testray-report#27850 |
|
ci:test:forms |
|
Jenkins Build:test-portal-acceptance-pullrequest(master)#4952 Jenkins Report:jenkins-report.html Jenkins Suite:forms Pull Request:liferay-forms#2400 Testray Routine:EE Pull Request Testray Importer:publish-testray-report#10770 |
|
Failures not related 👍 |
|
ci:forward:force |
|
CI is automatically triggering the following test suites:
The pull request will automatically be forwarded to the user
|
|
Skipping previously completed test suites:
|
✔️ ci:test:sf - 1 out of 1 jobs passed in 4 minutesClick here for more details.Base Branch:Branch Name: master Sender Branch:Branch Name: LPS-201682 1 Successful Jobs:For more details click here. |
|
Jenkins Build:test-portal-source-format#4729 Jenkins Report:jenkins-report.html Jenkins Suite:sf Pull Request:liferay-forms#2400 Testray Routine:EE Pull Request Testray Importer:publish-testray-report#17520 |
|
ci:forward:force |
|
CI is automatically triggering the following test suites:
The pull request will automatically be forwarded to the user
|
|
Skipping previously completed test suites:
|
|
All required test suite(s) completed. |
|
Pull request has been successfully forwarded to brianchandotcom#144432 |
Dear Team,
Could you please review this pull request?
Thank you and best regards,
István
Related issue: https://liferay.atlassian.net/browse/LPS-201682