-
Notifications
You must be signed in to change notification settings - Fork 19
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
[BUGFIX] Fix failing linter + fix javascript bug (failing js on pages) - [MEOWARD] #3150
Conversation
@@ -263,25 +263,6 @@ def get_annotated_queryset(cls, **kwargs): | |||
def get_model_annotation_dict(cls, **kwargs): | |||
return convert_queryset_to_dict(cls.get_annotated_queryset(**kwargs), is_model=False) | |||
|
|||
@classmethod | |||
def export_data_to_csv(cls, csv_file, **kwargs): |
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.
Merge conflict thing (redefinition). This function exists in this base class, do not fear
@@ -7,7 +7,7 @@ | |||
{% endblock %} | |||
|
|||
{% block form_fields %} | |||
<input id="option-to-add-suborg" value="Other (enter your suborganization manually)"/> | |||
<input id="option-to-add-suborg" class="display-none" value="Other (enter your suborganization manually)"/> |
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.
This is part of the js issue as well. This should've been display-none as this is effectively a variable
🥳 Successfully deployed to developer sandbox za. |
2 similar comments
🥳 Successfully deployed to developer sandbox za. |
🥳 Successfully deployed to developer sandbox za. |
Ticket
Resolves #00
Changes
option-to-add-suborg
(part of the js field) as this should be an invisible fieldContext for reviewers
This resolves two things:
Setup
Code Review Verification Steps
As the original developer, I have
Satisfied acceptance criteria and met development standards
Ensured code standards are met (Original Developer)
Validated user-facing changes (if applicable)
As a code reviewer, I have
Reviewed, tested, and left feedback about the changes
Validated user-facing changes as a developer
Note: Multiple code reviewers can share the checklists above, a second reviewer should not make a duplicate checklist. All checks should be checked before approving, even those labeled N/A.
As a designer reviewer, I have
Verified that the changes match the design intention
Validated user-facing changes as a designer
References
Screenshots