mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
- make button edit editable
- set field anmerkung editable (like statusgrund and statusgrund) - refactor function updateStatus to skip validation - change phrases
This commit is contained in:
@@ -39,14 +39,17 @@ export default {
|
||||
status_kurzbz,
|
||||
studiensemester_kurzbz,
|
||||
ausbildungssemester
|
||||
}, params) {
|
||||
}, params, hasCriticalChangesBis) {
|
||||
console.log("hasCriticalChangesBis " + hasCriticalChangesBis);
|
||||
return {
|
||||
|
||||
method: 'post',
|
||||
url: 'api/frontend/v1/stv/status/updateStatus/'
|
||||
+ prestudent_id + '/'
|
||||
+ status_kurzbz + '/'
|
||||
+ studiensemester_kurzbz + '/'
|
||||
+ ausbildungssemester,
|
||||
+ ausbildungssemester + '/'
|
||||
+ hasCriticalChangesBis,
|
||||
params
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user