Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPS-127308 [TS] [Bug: 7.3.x, master] LPS-127308 Category Filters are removed when doing a text search in Content Dashboard #99019

Conversation

liferay-continuous-integration
Copy link
Collaborator

Forwarded from: liferay-frontend#773 (Took 1 ci:forward attempt in 1 minute)

@cgoncas
@liferay-frontend

Original pull request comment:
Motivation

TS has found the next bug:

Steps to Reproduce

  1. Create a Vocabulary and a category in it
  2. Create 2 web contents: one with the category titled "test 1", one without a category titled "test 2"
  3. Go to the App Menu > Content Dashboard
  4. Select the category in the category filter
  5. Search for the keyword "test"
  6. Search result is shown without category filter

The original cause was that the Content Dashboard was not filling the assetCategoryId to the Search URL (done in this commit ), but even with this change, @balazssk has found that only one value per assetCategoryId was set.

Screenshot 2021-02-09 at 10 44 06

Screenshot 2021-02-09 at 10 44 19

That is the reason he has needed to make this commit in the ManagementToolbarTag, so we can handle multiple values for the same parameter name.

If you have any doubt, please, let me know.

Thanks!!

/cc @balazssk

✔️ ci:test:stable - 9 out of 9 jobs passed

✔️ ci:test:relevant - 22 out of 23 jobs passed in 1 hour 36 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: aa80a9ec2a3bc90349b41faec6f2fa93e99fc0c4

Upstream Comparison:

Branch GIT ID: aa80a9ec2a3bc90349b41faec6f2fa93e99fc0c4
Jenkins Build URL: Acceptance Upstream DXP (master) #1567

ci:test:stable - 9 out of 9 jobs PASSED
9 Successful Jobs:
ci:test:relevant - 21 out of 23 jobs PASSED
21 Successful Jobs:
For more details click here.

This pull contains no unique failures.


Failures in common with acceptance upstream results at aa80a9e:
  1. test-portal-acceptance-pullrequest-batch(master)/modules-semantic-versioning-jdk8/0
    Job Results:

    0 Tests Passed.
    1 Test Failed.

    1. AXIS_VARIABLE=0,label_exp=!master #322964

      Please fix semantic versioning on cgoncas/pr-855

           [exec] 		+   method     setHtmlTop(java.lang.String)
           [exec] 			+   return     void
           [exec] 		+   method     setId(java.lang.String)
           [exec] 			+   return     void
           [exec] 		+   method     setPageContext(javax.servlet.jsp.PageContext)
           [exec] 			+   return     void
           [exec] 		+   method     setShowButtons(boolean)
           [exec] 			+   return     void
           [exec] 		+   method     toString()
           [exec] 			+   return     java.lang.String
           [exec] 	<   class      com.liferay.frontend.taglib.servlet.taglib.SidebarPanelTag
           [exec] 		+   method     getCloseButton()
           [exec] 			+   return     boolean
           [exec] 		+   method     setCloseButton(boolean)
           [exec] 			+   return     void
           [exec] 	+   version    2.5.0
           [exec] 	-   version    2.6.0
           [exec] [Baseline Report] Mode: diff (persisted)
           [exec] 
           [exec] > Task :apps:frontend-taglib:frontend-taglib:syncVersions
           [exec] 
           [exec] > Task :apps:content-dashboard:content-dashboard-web:generateJSPJava
           [exec] Compiling JSP files of project ':apps:content-dashboard:content-dashboard-web' with /opt/dev/projects/github/liferay-portal/bundles/tomcat-9.0.40/webapps/ROOT/WEB-INF/lib/util-taglib.jar as dependency in place of 'com.liferay.portal:com.liferay.util.taglib'
           [exec] Note: Some input files use or override a deprecated API.
           [exec] Note: Recompile with -Xlint:deprecation for details.
           [exec] Note: Some input files use unchecked or unsafe operations.
           [exec] Note: Recompile with -Xlint:unchecked for details.
           [exec] 
           [exec] > Task :apps:content-dashboard:content-dashboard-web:compileJSP
           [exec] 
           [exec] 
           [exec] FAILURE: Build completed with 3 failures.
           [exec] 
           [exec] 1: Task failed with an exception.
           [exec] -----------
           [exec] * What went wrong:
           [exec] Execution failed for task ':apps:frontend-taglib:frontend-taglib-react:baseline'.
           [exec] > A failure occurred while executing com.liferay.gradle.plugins.baseline.internal.work.BaselineWorkAction
           [exec]    > org.gradle.api.GradleException: Semantic versioning is incorrect while checking /opt/dev/projects/github/liferay-portal/tools/sdk/dist/com.liferay.frontend.taglib.react-5.0.0.jar against /opt/dev/projects/github/liferay-portal/.gradle/caches/modules-2/files-2.1/com.liferay/com.liferay.frontend.taglib.react/4.1.2/ec050fd1c3aa0f51ab209177255ba6f126eabeef/com.liferay.frontend.taglib.react-4.1.2.jar

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

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: aa80a9ec2a3bc90349b41faec6f2fa93e99fc0c4

Sender Branch:

Branch Name: pr-855
Branch GIT ID: e0119903156745bdd3c6994234c1d5c73606f0b4

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

@liferay-continuous-integration
Copy link
Collaborator Author

To conserve resources, the PR Tester does not automatically run for forwarded pull requests.

@brianchandotcom
Copy link
Owner

Merged. Thank you.
View total diff: 6f016af...dc2af94

@liferay-continuous-integration liferay-continuous-integration deleted the ci-forward-pr-855-pr-773-sender-cgoncas-ts-1613995533584 branch February 27, 2021 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants