Skip to content

[TS] LPS-201682 Error Message is copied over between Form Fields - #2400

Closed
IstvanD wants to merge 2 commits into
liferay-forms:masterfrom
IstvanD:LPS-201682
Closed

[TS] LPS-201682 Error Message is copied over between Form Fields#2400
IstvanD wants to merge 2 commits into
liferay-forms:masterfrom
IstvanD:LPS-201682

Conversation

@IstvanD

@IstvanD IstvanD commented Nov 24, 2023

Copy link
Copy Markdown

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

@liferay-continuous-integration

Copy link
Copy Markdown
Collaborator

CI is automatically triggering the following test suites:

  •     ci:test:sf

@liferay-continuous-integration

Copy link
Copy Markdown
Collaborator

✔️ ci:test:sf - 1 out of 1 jobs passed in 4 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: c1206b917ad645129beaaebf7186bac2091a8648

Sender Branch:

Branch Name: LPS-201682
Branch GIT ID: 07febda3324ccc52c7a09d501b2f72b8f0ec0363

1 out of 1jobs PASSED
1 Successful Jobs:
For more details click here.

@liferay-continuous-integration

Copy link
Copy Markdown
Collaborator

@samuelromeiro samuelromeiro added the High Priority This PR should be prioritized. label Nov 24, 2023
@marcelabc

Copy link
Copy Markdown
Collaborator

ci:test:relevant

@marcelabc

Copy link
Copy Markdown
Collaborator

ci:test:forms

@marcelabc

Copy link
Copy Markdown
Collaborator

ci:stop

@liferay-continuous-integration

Copy link
Copy Markdown
Collaborator

❌ ci:test:forms - 157 out of 176 jobs passed in 1 hour 33 minutes

Click here for more details.

This pull is eligible for reevaluation. When this upstream build has completed, using the following CI command will compare this pull request result against a more recent upstream result:

ci:reevaluate:1347401_5320

Base Branch:

Branch Name: master
Branch GIT ID: a326f83a03da704d0f73d021af1dccf219fc2b63

Upstream Comparison:

Branch GIT ID: 82d959e5d37f7cf326fb8c17a5a7b7d1a6713ba5
Jenkins Build URL: EE Development Acceptance (master) - 190 - 2023-11-23[16:39:30]

ci:test:forms - 157 out of 176 jobs PASSED

19 Failed Jobs:

157 Successful Jobs:
    For more details click here.

    Failures unique to this pull:

    1. ...
    Test bundle downloads:

    @liferay-continuous-integration

    Copy link
    Copy Markdown
    Collaborator
    						<h1>Unable to generate test report.</h1><p>Jenkins encountered the following error while generating test report:</p><pre><code>Sourced file: inline evaluation of: `` 						 							import com.liferay.jenkins.results.parser.Build; 							import co . . . '' : TargetError : at Line: 86 : in file: inline evaluation of: `` 						 							import com.liferay.jenkins.results.parser.Build; 							import co . . . '' : throw e ; 
    

    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:

    @liferay-continuous-integration

    Copy link
    Copy Markdown
    Collaborator

    @liferay-continuous-integration

    Copy link
    Copy Markdown
    Collaborator

    @alinedoleron alinedoleron added the Author Action Required Changes/Questions were requested by the reviewer label Nov 24, 2023

    @alinedoleron alinedoleron left a comment

    Copy link
    Copy Markdown

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Hi @IstvanD. I have one comment.

    Comment on lines +13 to +21
    const requireUpdatePageFieldNames = [
    'autocomplete',
    'inputMask',
    'numericInputMask',
    'options',
    'requireConfirmation',
    'required',
    'validation',
    ];

    Copy link
    Copy Markdown

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    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:

    Suggested change
    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,

    Copy link
    Copy Markdown
    Author

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    hi @alinedoleron thank you for your feedback. I have added the missing fields.
    537b54f

    @alinedoleron

    Copy link
    Copy Markdown

    ci:test:relevant

    @alinedoleron

    Copy link
    Copy Markdown

    ci:test:forms

    @alinedoleron

    Copy link
    Copy Markdown

    ci:test:data-engine

    @liferay-continuous-integration

    Copy link
    Copy Markdown
    Collaborator

    ❌ ci:test:forms - 0 out of 1 jobs passed in 2 hours 8 minutes

    Click here for more details.

    Base Branch:

    Branch Name: master
    Branch GIT ID: fe42dcf78ea98f6a14256bc733c20460b2bf6f89

    Upstream Comparison:

    Branch GIT ID: a326f83a03da704d0f73d021af1dccf219fc2b63
    Jenkins Build URL: EE Development Acceptance (master) - 192 - 2023-11-24[04:40:22]

    ci:test:forms - 0 out of 1 jobs PASSED
    For more details click here.

    Failures unique to this pull:

    1. test-portal-acceptance-pullrequest(master)
      Job Results:

      0 Jobs Passed.
      1 Job Failed.

      A CI failure has occurred. QA Engineering has been notified. Please try again later or contact QA Engineering for an update.

    For upstream results, click here.

    Test bundle downloads:

    @liferay-continuous-integration

    Copy link
    Copy Markdown
    Collaborator

    @liferay-continuous-integration

    Copy link
    Copy Markdown
    Collaborator

    @alinedoleron

    Copy link
    Copy Markdown

    ci:test:forms

    @liferay-continuous-integration

    Copy link
    Copy Markdown
    Collaborator

    ❌ ci:test:forms - 170 out of 176 jobs passed in 1 hour 54 minutes

    Click here for more details.

    Base Branch:

    Branch Name: master
    Branch GIT ID: b6372d50d395b7ea8a6646046de25496444263c3

    Upstream Comparison:

    Branch GIT ID: fe42dcf78ea98f6a14256bc733c20460b2bf6f89
    Jenkins Build URL: EE Development Acceptance (master) - 193 - 2023-11-24[08:41:41]

    ci:test:forms - 170 out of 176 jobs PASSED

    6 Failed Jobs:

    170 Successful Jobs:
      For more details click here.

      Failures unique to this pull:


      Failures in common with acceptance upstream results at fe42dcf:
      Test bundle downloads:

      @liferay-continuous-integration

      Copy link
      Copy Markdown
      Collaborator

      @marcelabc

      Copy link
      Copy Markdown
      Collaborator

      Failures not related 👍

      @marcelabc

      Copy link
      Copy Markdown
      Collaborator

      ci:forward:force

      @liferay-continuous-integration

      Copy link
      Copy Markdown
      Collaborator

      CI is automatically triggering the following test suites:

      •     ci:test:relevant
      •     ci:test:sf
      •     ci:test:stable

      The pull request will automatically be forwarded to the user brianchandotcom if the following test suites complete:

      •     ci:test:relevant
      •     ci:test:sf
        AND If the following test suites pass:
      •     ci:test:stable

      @liferay-continuous-integration

      Copy link
      Copy Markdown
      Collaborator

      Skipping previously completed test suites:

      • ci:test:relevant
        AND Skipping previously passed test suites:
      • ci:test:stable

      @liferay-continuous-integration

      Copy link
      Copy Markdown
      Collaborator

      ✔️ ci:test:sf - 1 out of 1 jobs passed in 4 minutes

      Click here for more details.

      Base Branch:

      Branch Name: master
      Branch GIT ID: e9c93faeaa8c3ad54b80f37da4c5d816bb0c9d4f

      Sender Branch:

      Branch Name: LPS-201682
      Branch GIT ID: 537b54f88435b5bfa91a614e6af4225852a4c730

      1 out of 1jobs PASSED
      1 Successful Jobs:
      For more details click here.

      @liferay-continuous-integration

      Copy link
      Copy Markdown
      Collaborator

      @marcelabc

      Copy link
      Copy Markdown
      Collaborator

      ci:forward:force

      @liferay-continuous-integration

      Copy link
      Copy Markdown
      Collaborator

      CI is automatically triggering the following test suites:

      •     ci:test:relevant
      •     ci:test:sf
      •     ci:test:stable

      The pull request will automatically be forwarded to the user brianchandotcom if the following test suites complete:

      •     ci:test:relevant
      •     ci:test:sf
        AND If the following test suites pass:
      •     ci:test:stable

      @liferay-continuous-integration

      Copy link
      Copy Markdown
      Collaborator

      Skipping previously completed test suites:

      • ci:test:relevant
      • ci:test:sf
        AND Skipping previously passed test suites:
      • ci:test:stable

      @liferay-continuous-integration

      Copy link
      Copy Markdown
      Collaborator

      All required test suite(s) completed.
      Forwarding pull request to brianchandotcom.
      Console

      @liferay-continuous-integration

      Copy link
      Copy Markdown
      Collaborator

      Pull request has been successfully forwarded to brianchandotcom#144432
      Console

      @IstvanD
      IstvanD deleted the LPS-201682 branch March 9, 2026 12:24
      Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

      Projects

      None yet

      Development

      Successfully merging this pull request may close these issues.

      6 participants