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
I noticed this add-on is using fields to also define columns inside the ListOperation. This is probably inspired by Nova, for someone coming from there it should be pretty intuitive, but we should keep in mind that in Backpack fields and columns are separate things, and:
there might be inconsistencies in the definition, between a field and a column with the same name;
there will definitely be fields without a corresponding field type;
I don't think this is something that package can fix... it's the inconsistency in Backpack that's the problem. But it's something we should be aware of, test and know.
Let me make this clear, though: we do plan to fix this in Backpack: every inconsistency we can fix in a non-breaking way, we'll do in 5.x, everything else in v6. So... by Backpack v6, this should be a non-issue, we'll have fields and columns perfectly aligned. I'd love for @phpfour to be the one that tracks down and solves these inconsistencies. But there's quite a bit of work to be done there, see Laravel-Backpack/community-forum#196 for details.
The text was updated successfully, but these errors were encountered:
I noticed this add-on is using
fields
to also definecolumns
inside the ListOperation. This is probably inspired by Nova, for someone coming from there it should be pretty intuitive, but we should keep in mind that in Backpackfields
andcolumns
are separate things, and:I don't think this is something that package can fix... it's the inconsistency in Backpack that's the problem. But it's something we should be aware of, test and know.
Let me make this clear, though: we do plan to fix this in Backpack: every inconsistency we can fix in a non-breaking way, we'll do in 5.x, everything else in v6. So... by Backpack v6, this should be a non-issue, we'll have
fields
andcolumns
perfectly aligned. I'd love for @phpfour to be the one that tracks down and solves these inconsistencies. But there's quite a bit of work to be done there, see Laravel-Backpack/community-forum#196 for details.The text was updated successfully, but these errors were encountered: