-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2033 from AtlasOfLivingAustralia/hotfix/1.54.1
Hotfix/1.54.1
- Loading branch information
Showing
14 changed files
with
493 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div id="activity-list"> | ||
<div id="activity-list-view"> | ||
<g:if test="${title}"> | ||
<h4>${title}</h4> | ||
</g:if> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
grails-app/views/project/meriPlanReadOnly/_monitoringIndicators.gsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
grails-app/views/project/meriPlanReadOnly/_objectivesList.gsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
<div id="objectives-list-view" class="well well-small"> | ||
<g:if test="${title}"> | ||
<h4>${title}s</h4> | ||
<h4>${title}</h4> | ||
</g:if> | ||
<ul data-bind="visible:details.objectives.simpleObjectives().length > 0 || details.objectives.simpleObjectives.otherChecked()"> | ||
<!-- ko foreach:details.objectives.simpleObjectives --> | ||
<li><span data-bind="text:$data"></span></li> | ||
<ul data-bind="visible:details.objectives.rows1().length > 0"> | ||
<!-- ko foreach:details.objectives.rows1 --> | ||
<li><span data-bind="text:description"></span></li> | ||
<!-- /ko --> | ||
<li data-bind="visible:details.objectives.simpleObjectives.otherChecked(), text:details.objectives.simpleObjectives.otherValue()"></li> | ||
</ul> | ||
|
||
<span data-bind="visible:details.objectives.simpleObjectives().length == 0 && !details.objectives.simpleObjectives.otherChecked()">No objectives have been nominated for this project</span> | ||
<span data-bind="visible:details.objectives.rows1().length == 0">No objectives have been nominated for this project</span> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.