-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fixes #12170] unable to set advanced contact roles in metadata editor #12171
[Fixes #12170] unable to set advanced contact roles in metadata editor #12171
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests are failing do to this error @mwallschlaeger:
ERROR: test_resource_form_is_valid_extra_metadata (geonode.geoapps.tests.GeoAppTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/src/geonode/geonode/base/widgets.py", line 36, in value_from_datadict
ret_list = data.getlist(name)
AttributeError: 'dict' object has no attribute 'getlist'
During handling of the above exception, another exception occurred:
@giohappy I will check this and fix the issue |
@mwallschlaeger change the PR to Ready for review when ready. At the moment I still see tests failing after your latest commits. |
…adata_editor' of github.com:mwallschlaeger/geonode into issue_12170_unable_to_set_advanced_contact_roles_in_metadata_editor
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12171 +/- ##
=======================================
Coverage 64.04% 64.04%
=======================================
Files 870 870
Lines 52178 52178
Branches 6483 6484 +1
=======================================
+ Hits 33418 33420 +2
+ Misses 17259 17258 -1
+ Partials 1501 1500 -1 |
@giohappy its ready review now |
@mwallschlaeger could you also fix the editor for documents? |
@giohappy i will take care of this tomorrow |
…_12170_unable_to_set_advanced_contact_roles_in_metadata_editor
@mwallschlaeger this fix should be backported to 4.2.x too. Can you please take care of this? |
@giohappy yes i can cherry-pick the commits to 4.2.x beginning of next week |
@mwallschlaeger if it's a matter of cherry-picking I can do it, but I suspect it's more then that, since 4.2.x uses Django 3 |
@giohappy i will take a look at it. no worries |
ref #12170 , #10367 , #10290
Checklist
For all pull requests:
The following are required only for core and extension modules (they are welcomed, but not required, for contrib modules):
Submitting the PR does not require you to check all items, but by the time it gets merged, they should be either satisfied or inapplicable.