Tab #382
-
Hello guys, I have a question, I tried to use the tab which separates into 2 tabs and points to the same function model, but it shows only 1 tab.
appreciate it if anyone could help, thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You cannot have one and the same field (with the same name) multiple times. The CRUD needs to be able to make a difference between the two, otherwise it is just like adding the same field twice, which just overwrites the field. I recommend checking Accessors & Mutators. This way you can have a field name that is not a real database column and still read/write it. For more details you can check these threads: |
Beta Was this translation helpful? Give feedback.
You cannot have one and the same field (with the same name) multiple times. The CRUD needs to be able to make a difference between the two, otherwise it is just like adding the same field twice, which just overwrites the field. I recommend checking Accessors & Mutators. This way you can have a field name that is not a real database column and still read/write it.
For more details you can check these threads: