Skip to content

Commit

Permalink
Merge branch 'A2-1101-Bug-after-delete-comment-feedback' into aiccra-…
Browse files Browse the repository at this point in the history
…staging
  • Loading branch information
MetalPrime committed Feb 17, 2025
2 parents c77bc76 + 3ecb491 commit 186f8b7
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion marlo-web/src/main/resources/custom/aicrra.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2225,7 +2225,7 @@ marloRequestCreation.webSiteLink.placeholder=https://example.com

# Footer
footer.contactEmail=MARLOSupport@cgiar.org
footer.copyrighAlert=Copyright © 2013-2024 Alliance of Bioversity International and CIAT.
footer.copyrighAlert=Copyright © 2013-{0} Alliance of Bioversity International and CIAT.
footer.developedBy=Developed by the Innovation and Business Development (IBD) team of the Technology Integration Unit.
footer.rightsReserved=Some rights reserved
footer.report.issue=Please report any system problems and send us your feedback {0}
Expand Down
2 changes: 1 addition & 1 deletion marlo-web/src/main/resources/global.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2310,7 +2310,7 @@ marloRequestCreation.webSiteLink.placeholder=https://example.com

# Footer
footer.contactEmail=MARLOSupport@cgiar.org
footer.copyrighAlert=Copyright © 2013-2024 Alliance of Bioversity International and CIAT.
footer.copyrighAlert=Copyright © 2013-{0} Alliance of Bioversity International and CIAT.
footer.developedBy=Developed by the Innovation and Business Development (IBD) team of the Technology Integration Unit.
footer.rightsReserved=Some rights reserved
footer.report.issue=Please report any system problems and send us your feedback {0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[#assign customJS = [
"${baseUrlMedia}/js/projects/projectContributionCrp.js?20230310",
"${baseUrlCdn}/global/js/fieldsValidation.js?20221031",
"${baseUrlCdn}/crp/js/feedback/feedbackAutoImplementation.js?20240313",
"${baseUrlCdn}/crp/js/feedback/feedbackAutoImplementation.js?20250205",
"https://www.gstatic.com/charts/loader.js",
"https://cdn.datatables.net/buttons/1.3.1/js/dataTables.buttons.min.js",
"//cdn.datatables.net/buttons/1.3.1/js/buttons.html5.min.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"${baseUrlMedia}/js/projects/deliverables/deliverableShfrm.js?20240711",
"${baseUrlMedia}/js/projects/deliverables/deliverableDissemination.js?20240729",
"${baseUrlMedia}/js/projects/deliverables/deliverableQualityCheck.js?20220721",
"${baseUrlCdn}/crp/js/feedback/feedbackAutoImplementation.js?20240313",
"${baseUrlCdn}/crp/js/feedback/feedbackAutoImplementation.js?20250205",
[#-- "${baseUrlMedia}/js/projects/deliverables/deliverableDataSharing.js?20180523",--]
[#-- "${baseUrlCdn}/global/js/autoSave.js",--]
"${baseUrlCdn}/global/js/fieldsValidation.js?20180529"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[#assign customJS = [
"${baseUrlMedia}/js/projects/projectInnovations.js?20241210",
"${baseUrlCdn}/global/js/fieldsValidation.js",
"${baseUrlCdn}/crp/js/feedback/feedbackAutoImplementation.js?20241210"
"${baseUrlCdn}/crp/js/feedback/feedbackAutoImplementation.js?20250205"
] /]
[#assign customCSS = ["${baseUrlMedia}/css/projects/projectInnovations.css?20250121"] /]
[#assign currentSection = "projects" /]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[#assign customJS = [
"${baseUrlMedia}/js/projects/projectStudy.js?20250203",
"${baseUrlCdn}/global/js/fieldsValidation.js",
"${baseUrlCdn}/crp/js/feedback/feedbackAutoImplementation.js?20240313"
"${baseUrlCdn}/crp/js/feedback/feedbackAutoImplementation.js?20250205"
]
/]
[#assign customCSS = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[#-- "${baseUrlCdn}/global/js/autoSave.js", --]
"${baseUrlCdn}/global/js/impactGraphic.js",
"${baseUrlCdn}/global/js/fieldsValidation.js",
"${baseUrlCdn}/crp/js/feedback/feedbackAutoImplementation.js?20240313"
"${baseUrlCdn}/crp/js/feedback/feedbackAutoImplementation.js?20250205"
]
/]
[#assign customCSS = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
[#-- Copyright --]
<div class="copyRight">
<hr />
<span>[@s.text name="footer.copyrighAlert" /]</span><br />
<span>[@s.text name="footer.copyrighAlert"][@s.param]${.now?string("yyyy")}[/@s.param][/@s.text]</span><br />
<span style="opacity:0.7;">[@s.text name="footer.developedBy" /]<span><br>
<span style="opacity:0.5;">[@s.text name="footer.rightsReserved" /]</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,9 @@ function hideShowOptionButtons(block, status) {
block.find('img.clarificationCommentBtn').hide();
block.find('div.deleteCommentBtn').show();
block.find('.containerSentCommentBtn').hide();
block.find('.correctCommentBtn').show();
block.find('.editCommentBtn').show();
block.find('.dismissCommentBtn').show();
block.find('.commentTitle').css('font-style', 'oblique');
block.find('.commentTitle').css('font-weight', '200');
block.find('.commentReadonly').css('font-style', 'oblique');
Expand Down

0 comments on commit 186f8b7

Please # to comment.