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
Hi, not that I have a problem with the key of the layout_control name being saved to the database because it's not used for anything, but it just now crossed my mind that the tab name is not saved, so maybe you can loop the layout_control key to nto saved to the database like the tab field?
It would help in a small way so it wouldn't have to be looked at in the saved array data at all.
Here's how it would help me, even more specifcially.
My fields running a more dynamically generated process where possible.
Example, the tab field name for me is uniqid() so i don't need to edit it for everything, since it is not used for data but just UI purposes.
I would like to add uniqid() to the layout_control field as well, but I can't do that as of now, because that will currently save that unique id each time to the database, and you can see what issue that would create, a bunch of empty keys in that data.
But maybe this is not as possible as the tab is? I say that because maybe this specific field name is used to identify the layout_control field directly so it can be referenced when loading it relative saved options?
You can see below what I mean in regards to using the uniqid() for the key name.
The text was updated successfully, but these errors were encountered:
Hi, not that I have a problem with the key of the
layout_control
name being saved to the database because it's not used for anything, but it just now crossed my mind that the tab name is not saved, so maybe you can loop thelayout_control
key to nto saved to the database like thetab
field?It would help in a small way so it wouldn't have to be looked at in the saved array data at all.
Here's how it would help me, even more specifcially.
My fields running a more dynamically generated process where possible.
Example, the tab field name for me is
uniqid()
so i don't need to edit it for everything, since it is not used for data but just UI purposes.I would like to add
uniqid()
to thelayout_control
field as well, but I can't do that as of now, because that will currently save that unique id each time to the database, and you can see what issue that would create, a bunch of empty keys in that data.But maybe this is not as possible as the tab is? I say that because maybe this specific field name is used to identify the
layout_control
field directly so it can be referenced when loading it relative saved options?You can see below what I mean in regards to using the
uniqid()
for the key name.The text was updated successfully, but these errors were encountered: