|
@@ -56,7 +56,7 @@ discard block |
|
|
block discarded – undo |
|
56
|
56
|
$mvcEvent = $this->getEvent(); |
|
57
|
57
|
$applicationViewModel = $mvcEvent->getViewModel(); |
|
58
|
58
|
|
|
59
|
|
- $isAdmin=$this->auth()->isAdmin(); |
|
|
59
|
+ $isAdmin = $this->auth()->isAdmin(); |
|
60
|
60
|
|
|
61
|
61
|
$model = $services->get('Jobs/viewModelTemplateFilter')->__invoke($job); |
|
62
|
62
|
|
|
@@ -78,7 +78,7 @@ discard block |
|
|
block discarded – undo |
|
78
|
78
|
protected function editTemplateAction() |
|
79
|
79
|
{ |
|
80
|
80
|
$id = $this->params('id'); |
|
81
|
|
- $formIdentifier=$this->params()->fromQuery('form'); |
|
|
81
|
+ $formIdentifier = $this->params()->fromQuery('form'); |
|
82
|
82
|
$job = $this->jobRepository->find($id); |
|
83
|
83
|
|
|
84
|
84
|
$request = $this->getRequest(); |
Please login to merge, or discard this patch.