-
Notifications
You must be signed in to change notification settings - Fork 7
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
reordering my account categories to ascending alphabetical order. #143
base: master
Are you sure you want to change the base?
reordering my account categories to ascending alphabetical order. #143
Conversation
make order match on the manage console categories page.
Realized my mistake
Realized my mistake
fixing my order mistake.
This is currently marked as a draft (not ready for review). Did you press that by accident, or is it ready for review? I think the ready for review button is by the "All checks have passed" section. |
I was noticing an issue and was making sure the issue wasn't caused by this. But I think its just broken in general. Changing the order of things is generally broken. I'll put it back as ready to review. |
So you know I'm just waiting it out until the current PR's are done then will continue trying to fix things.> Just want to make sure I'm not doubling my efforts. Want to make sure I'm finding and repairing errors while running a copy that has all my previous fixes. No rush just letting you know :) |
Sure no worries. I'm doing day job stuff this weekend but should be more free next week. Feel free to poke me around Mon/Tue if needed. |
Default ordering should be alphabetical after fresh install now. Shouldn't break the manual order change now in theory. Need to figure out a path issue I'm having with the part that changes the category order. If you have more information about how a file figures out its path and why I can't just do "../" to adjust the path I would appreciate it.
Fix #47