Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nursix committed Aug 15, 2024
1 parent 1ddbe13 commit df6181e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MRCMS-1.6.3 (2024-07-23 21:07:14)
MRCMS-1.6.3-6-g1ddbe13c3 (2024-08-15 10:08:13)
2 changes: 2 additions & 0 deletions modules/core/methods/ssi.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,8 @@ def get_extra_data(upload_form, extra_fields):
continue

field = f.get("field")
if callable(field):
field = field()
if field:
# Read value from upload form
if field.name in form_vars:
Expand Down

0 comments on commit df6181e

Please sign in to comment.