Skip to content

Commit

Permalink
Merge pull request #1244 from younginnovations/1243-indicator-dimensi…
Browse files Browse the repository at this point in the history
…on-fixes

Reviewed: 1243-indicator-dimension-fixes
  • Loading branch information
sriza authored Jun 26, 2023
2 parents 6296662 + 785c8de commit ba3028f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/activity/period/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
data-prototype="{{ str_replace('actual[0]','actual[__PARENT_NAME__]',form_row($form->actual->getChildren()[0]->getChild('comment')->getChildren()[0]->getChild('narrative')->prototype())) }}">
</div>
<div class="hidden collection-container title_narrative" form_type="actual_dimension"
data-prototype="{{ str_replace('actual[0]','actual[__PARENT_NAME__]',form_row($form->target->getChildren()[0]->getChild('dimension')->prototype())) }}">
data-prototype="{{ str_replace('actual[0]','actual[__PARENT_NAME__]',form_row($form->actual->getChildren()[0]->getChild('dimension')->prototype())) }}">
</div>
{{-- period document link --}}
<div class="hidden collection-container title" form_type="target_document_link"
Expand Down

0 comments on commit ba3028f

Please sign in to comment.