Skip to content
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

Superadmin Partners View (4682) & Category Dropdown Error (4674) #4703

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bdeanhardt
Copy link

@bdeanhardt bdeanhardt commented Oct 3, 2024

Resolves #4682 and #4674

Description

The super admin partners view is now in alphabetical order.
If you have an error on new item, the category list for selection will not disappear anymore.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

I reopened the super admin page after implementing my changes and the partners are now in alphabetical order.
I tried to reproduce the bug after implement my bug fix and I was unable to do so (categories will show up now despite an error).
Everything else still works as expected.

Screenshots

Screenshot 2024-10-03 at 10 18 25 AM

@bdeanhardt bdeanhardt changed the title 4682 - Superadmin Partners View Superadmin Partners View (4682) & Category Dropdown Error (4674) Oct 3, 2024
@cielf
Copy link
Collaborator

cielf commented Oct 3, 2024

Hey @bdeanhardt -- Thank you! -- we'll take a look. One thing for future -- we usually put a PR for each issue we work on -- it's easier for the testers.

@cielf
Copy link
Collaborator

cielf commented Oct 4, 2024

Also for future -- it's a better practice to make a branch, rather than making the changes in your main.

@cielf
Copy link
Collaborator

cielf commented Oct 4, 2024

@bdeanhardt Could you make the order "human alphabetical" -- i.e. case insensitive, aka lower case alphabetical?, rather than "computer alphabetical", which orders all the lowercase after all the upper case, please?

(We're in the process of making the order of all the other alphabetical lists case-insensitive)

Thanks,

Copy link
Collaborator

@cielf cielf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @bdeanhardt
Welcome aboard! Thanks for your work on this!

The item fix works very well!

For the partner page, I'm afraid we had a slight misunderstanding on what we mean by alphabetical -- we want alphabetical the way English-speaking humans do it -- i.e. both 'A' and 'a' are treated the same.

We'll also need automated tests for both of these. That's what we mean when we need tests.

Please see the other procedural comments I've made, above, for future pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Superadmin partners view -- partners should be in alphabetical order (for ease of finding)
2 participants