Added keep open boolean field to Stock Location modal form#11074
Added keep open boolean field to Stock Location modal form#11074spamik wants to merge 8 commits intoinventree:masterfrom
Conversation
❌ Deploy Preview for inventree-web-pui-preview failed.
|
| }, | ||
| location_type: {} | ||
| location_type: {}, | ||
| keep_form_open: keepFormOpenField(create) |
There was a problem hiding this comment.
I do not really like this method here, I would prefer a generic approach here. What do you mean @SchrodingersGat ?
There was a problem hiding this comment.
It does seem out of step with how are pass other parameters. It could be a simple keep_form_open attribute
There was a problem hiding this comment.
Can't we have this parameter for all forms on InvenTree (if it's not disabled for that form) and then don't mix the form fields with the keep open toggle we render independently at the bottom of keep open is available for that form?
… field definitions
|
Ok, I've rewrited it a little. What about now? Calling method is gone. I had to still leave there some parameter passing because I didn't figured out how to hide this field in edit forms in some other way. |
|
Ok, I now rewritted it as a form property, enabled on create forms. |
matmair
left a comment
There was a problem hiding this comment.
LGTM; thanks for the contribution

Added new boolean form field to Stock Location modal form which allows to keep form open after submitting instead closing it and redirecting browser to new stock location. This was discussed in this FR: #10412