-
Notifications
You must be signed in to change notification settings - Fork 2
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
LPD-42706 #6133
LPD-42706 #6133
Conversation
CI is automatically triggering the following test suites:
|
@adolfopa, I'm unsure of the approach. Another one would be to change all the related update methods in the service to update userId and userName to the user that's modifying the entry |
❌ ci:test:sf - 0 out of 1 jobs passed in 10 minutesClick here for more details.Base Branch:Branch Name: master Sender Branch:Branch Name: LPD-42706_message 1 Failed Jobs:For more details click here.format-source-files: [java] java.lang.Exception: Found 2 formatting issues: [java] 1: ./modules/apps/message-boards/message-boards-web/src/main/java/com/liferay/message/boards/web/internal/display/context/MBDisplayContext.java expected:<...opyrightText: (c) 20[24] Liferay, Inc. https...> but was:<...opyrightText: (c) 20[00] Liferay, Inc. https...> [java] 2: ./modules/apps/knowledge-base/knowledge-base-web/src/main/resources/META-INF/resources/admin/view_descriptive.jsp expected:<....getModifiedDate(); [java] [ %> [java] [java] <liferay-ui:message arguments="<%= LanguageUtil.getTimeDescription(request, System.currentTimeMillis() - modifiedDate.getTime(), true)] %>" key="modified-x...> but was:<....getModifiedDate(); [java] [ [java] String modifiedDateDescription = LanguageUtil.getTimeDescription(request, System.currentTimeMillis() - modifiedDate.getTime(), true); [java] %> [java] [java] <liferay-ui:message arguments="<%= modifiedDateDescription] %>" key="modified-x...> [java] [java] at com.liferay.source.formatter.SourceFormatter.format(SourceFormatter.java:472) [java] at com.liferay.source.formatter.SourceFormatter.main(SourceFormatter.java:301) [stopwatch] [run.batch.test.action: 2:06.809 sec] [echo] The following error occurred while executing this line: [echo] /opt/dev/projects/github/liferay-portal/portal-impl/build.xml:497: The following error occurred while executing this line: [echo] /opt/dev/projects/github/liferay-portal/portal-impl/build.xml:650: Java returned: 1 [typedef] Could not load definitions from resource org/apache/maven/artifact/ant/antlib.xml. It could not be found. [taskdef] Could not load definitions from resource org/jacoco/ant/antlib.xml. It could not be found. [delete] Deleting: /opt/dev/projects/github/liferay-portal/null139062917.properties |
Jenkins Build:test-portal-source-format#10718 Jenkins Report:jenkins-report.html Jenkins Suite:sf Pull Request:liferay-content-management#6133 Testray Routine:EE Pull Request Testray Build:[master] ci:test:sf - jkappler > liferay-content-management - PR#6133 - 2024-11-28[00:56:34] Testray Build ID:79842146 Testray Importer:publish-testray-report#40834 |
…fied label based on a message
… only when the entry was modified to avoid confusion
…nly when the entry was modified to avoid confusion
…he entry was modified to avoid confusion
…en the entry was modified to avoid confusion
d53fff7
to
7536f5a
Compare
ci:test:sf |
✔️ ci:test:sf - 1 out of 1 jobs passed in 5 minutesClick here for more details.Base Branch:Branch Name: master Sender Branch:Branch Name: LPD-42706_message 1 Successful Jobs:For more details click here. |
Jenkins Build:test-portal-source-format#6854 Jenkins Report:jenkins-report.html Jenkins Suite:sf Pull Request:liferay-content-management#6133 Testray Routine:EE Pull Request Testray Build:[master] ci:test:sf - jkappler > liferay-content-management - PR#6133 - 2024-11-28[01:21:29] Testray Build ID:79843251 Testray Importer:publish-testray-report#26109 |
ci:forward |
CI is automatically triggering the following test suites:
The pull request will automatically be forwarded to the user
|
Skipping previously passed test suites:
|
✔️ ci:test:stable - 24 out of 24 jobs passed✔️ ci:test:relevant - 33 out of 33 jobs passed in 57 minutesClick here for more details.Base Branch:Branch Name: master Upstream Comparison:Branch GIT ID: d71b1f9b8213c734d0eca46f7ca2f0c6e6ecbc45 ci:test:stable - 24 out of 24 jobs PASSED24 Successful Jobs:
ci:test:relevant - 33 out of 33 jobs PASSED33 Successful Jobs:
For more details click here. |
All required test suite(s) passed. |
Pull request has been successfully forwarded to brianchandotcom#156549 |
Jenkins Build:test-portal-acceptance-pullrequest(master)#11972 Jenkins Report:jenkins-report.html Jenkins Suite:relevant Pull Request:liferay-content-management#6133 Testray Routine:EE Pull Request Testray Build:[master] ci:test:relevant - jkappler > liferay-content-management - PR#6133 - 2024-11-28[02:12:59] Testray Build ID:79915222 Testray Importer:publish-testray-report#26114 |
Incorrect user shown in some views
What is this trying to solve?
Link to ticket
In some views we show the user that created the entry instead of the one that modified it, this creates a confusion with the clients
How am I fixing it?
Where we have the status, use the user that modified the entry, in other cases, just show the time when it was modified