File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1566,6 +1566,7 @@ public function save(Request $request)
15661566 $ control ->realisation_date = request ('realisation_date ' );
15671567 $ control ->observations = request ('observations ' );
15681568 $ control ->note = request ('note ' );
1569+ $ control ->indicator = request ('indicator ' );
15691570 $ control ->score = request ('score ' );
15701571 $ control ->action_plan = request ('action_plan ' );
15711572 $ control ->periodicity = request ('periodicity ' );
Original file line number Diff line number Diff line change 157157 <strong >{{ trans (" cruds.control.fields.indicator" ) } } </strong >
158158 </div >
159159 <div class =" cell-lg-6 cell-md-10" >
160- < pre >{{ $control -> indicator } } </pre >
160+ < textarea class = " textarea " name = " indicator " rows = " 3 " data-role = " textarea " data-clear-button = " false " >{{ $errors -> has ( ' indicator ' ) ? old ( ' indicator ' ) : $ control-> indicator } } </textarea >
161161 </div >
162162 </div >
163163
You can’t perform that action at this time.
0 commit comments