-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 #8155 - improve the workflow during asset creation #10967
Fixes #8155 - improve the workflow during asset creation #10967
Conversation
- adding 2 options to hide optional information
I'd think we'd need to set a cookie or add an admin setting for that though? It would be pretty annoying to have to hide them every time. |
Hi @snipe, sorry I was away for vacation. |
hi @snipe , sorry for taking some time before I get back to my PC. Waiting for your feedback on the change |
This looks great - needs a little styling love, but I can handle that part. Sorry for the delay on reviewing :) |
What is |
Ah you're right, I made a mistake for this part. I think it should be :
and
respectively... sorry about that. but I don't think there's any impact in the behavior |
I've reworked this a bit anyhow, so I don't think it will matter when I'm done. (I'm switching it to disclosure arrows instead of checkboxes) Screen.Recording.2022-06-27.at.10.48.42.AM.mov |
It looks waaay better 👍 |
Glad you dig the tweaks! It's also added to the user's screen for lesser used options as well. |
Description
I'm trying to help improving the workflow during asset creation by adjusting the layout ordering as mentioned in the original issue. I hope this implementation meets the needs of the request
Fixes #8155
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
the new layout has been tested by doing the following:
Test Configuration:
Checklist:
Preview
some fields are moved and add 2 checkboxes which disabled by default
the content of each checkboxes group
custom fields location from model is now placed before the checkboxes also to give positional consistency during asset creation
Please inform me if this PR acceptable or not