Univention Bugzilla – Attachment 10385 Details for
Bug 51363
Wrong SchoolClassValidation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for validation of patch
patch_validation.patch (text/plain), 599 bytes, created by
Ole Schwiegert
on 2020-06-11 09:06:10 CEST
(
hide
)
Description:
Patch for validation of patch
Filename:
MIME Type:
Creator:
Ole Schwiegert
Created:
2020-06-11 09:06:10 CEST
Size:
599 bytes
patch
obsolete
>diff --git a/kelvin-api/ucsschool/kelvin/routers/school_class.py b/kelvin-api/ucsschool/kelvin/routers/school_class.py >index 8c7fb96bc..e934ce699 100644 >--- a/kelvin-api/ucsschool/kelvin/routers/school_class.py >+++ b/kelvin-api/ucsschool/kelvin/routers/school_class.py >@@ -235,6 +235,7 @@ async def partial_update( > setattr(sc_current, attr, new_value) > changed = True > if changed: >+ await SchoolClassModel.from_lib_model(sc_current, request, udm) > await sc_current.modify(udm) > return await SchoolClassModel.from_lib_model(sc_current, request, udm) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51363
: 10385