File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
cesnet_service_path_plugin/forms Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ def save(self, commit=True):
157157
158158 if commit :
159159 instance .save ()
160+ self .save_m2m () # This is required to save many-to-many fields like tags
160161
161162 return instance
162163
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " cesnet_service_path_plugin"
7- version = " 5.0.2 "
7+ version = " 5.0.3 "
88description = " Adds ability to create, edit and view service paths in the CESNET network."
99authors = [
1010 {name = " Jan Krupa" , email = " jan.krupa@cesnet.cz" },
@@ -46,4 +46,4 @@ include = ["cesnet_service_path_plugin*"]
4646
4747[tool .setuptools .package-data ]
4848# This replaces include_package_data=True
49- "*" = [" *" ]
49+ "*" = [" *" ]
You can’t perform that action at this time.
0 commit comments