mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-14 10:39:27 +00:00
temp save
This commit is contained in:
@@ -16,9 +16,7 @@ class Notiz extends FHCAPI_Controller
|
||||
'updateNotiz' => 'assistenz:r', // TODO(manu): self::PERM_LOGGED
|
||||
'deleteNotiz' => ['admin:r', 'assistenz:r'],
|
||||
'loadDokumente' => ['admin:r', 'assistenz:r'],
|
||||
'getMitarbeiter' => ['admin:r', 'assistenz:r'],
|
||||
'advanceStatus' => ['admin:r', 'assistenz:r'],
|
||||
'confirmStatus' => ['admin:r', 'assistenz:r']
|
||||
'getMitarbeiter' => ['admin:r', 'assistenz:r']
|
||||
]);
|
||||
|
||||
//Load Models
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
ref="formc"
|
||||
typeId="person_id"
|
||||
:id="modelValue.person_id"
|
||||
notizLayout="twoColumnsFormRight"
|
||||
notizLayout="twoColumnsFormLeft"
|
||||
:showErweitert="false"
|
||||
:showDocument="false"
|
||||
:showTinyMCE="false"
|
||||
|
||||
Reference in New Issue
Block a user