You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hi there, thanks for everything!
We use the attributes of models a lot to not have to set them for each corresponding asset. That includes some custom attribute, of which we some want to pre-fill per model. That's super useful!
However, when creating a new asset and use the "new" button we lack the possibility to pre-fill some of wanted attributes.
Describe the solution you'd like
So it would be really nice to be able to configure somewhere to either
a) open a new tab to get to the full-fledged "new model" view or
b) hide the button from the "new asset" view.
Describe alternatives you've considered
I would already be happy to just throw that out manually in the code. I tried some things but either I'm doing it wrong or just didn't succeed.
What I tried:
In the code in some partials there is a condition only to show this if the "hide_new" variable is not set. However, I couldn't find a way to set it.
Just setting the whole condition to "false" in "resources/views/partials/forms/edit/model-select.blade.php", which somehow also didn't work.
I've tried to clear some caches with artisan like cache:clear, config:clear and view:clear but none did work.
Can you help me achieve something of this? =)
Additional context
No response
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Doesn't anyone have a clue? It would really also be enough to alter the php sources on our server to remove it. However, I had no luck with that so far.
Is your feature request related to a problem? Please describe.
Hi there, thanks for everything!
We use the attributes of models a lot to not have to set them for each corresponding asset. That includes some custom attribute, of which we some want to pre-fill per model. That's super useful!
However, when creating a new asset and use the "new" button we lack the possibility to pre-fill some of wanted attributes.
Describe the solution you'd like
So it would be really nice to be able to configure somewhere to either
a) open a new tab to get to the full-fledged "new model" view or
b) hide the button from the "new asset" view.
Describe alternatives you've considered
I would already be happy to just throw that out manually in the code. I tried some things but either I'm doing it wrong or just didn't succeed.
What I tried:
I've tried to clear some caches with artisan like cache:clear, config:clear and view:clear but none did work.
Can you help me achieve something of this? =)
Additional context
No response
The text was updated successfully, but these errors were encountered: