1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
This commit is contained in:
Mo 2022-07-03 00:20:13 +02:00
parent 48a19826a9
commit 6bd7b4d910
2 changed files with 2 additions and 2 deletions

View file

@ -164,7 +164,7 @@ class CustomModelView(ModelView):
def customUpdateModel(self, form, model): def customUpdateModel(self, form, model):
""" """
Retrun True if something changed during update, False otherwise. Return True if something changed during update, False otherwise.
""" """
form.populate_obj(model) form.populate_obj(model)
# No way to know if something changed. Therefore, return True anyway. # No way to know if something changed. Therefore, return True anyway.

View file

@ -187,7 +187,7 @@ Change
#PasswordAuthentication yes #PasswordAuthentication yes
---- ----
+ +
to to
+ +
---- ----
PasswordAuthentication no PasswordAuthentication no