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
When you have editing your grid data type, you can more than one grid layout and more than one row.
A big potential here is that inside each grid layout you can define the number of columns and define which rows can appear as options in each column of that grid layout.
Let's assume I have a grid layout named "Grid with right sidebar" composed by 1 column of 8 and 1 column of 4.
I have 3 rows: 1 column row, 2 columns row and sidebar row.
The idea is having the smaller column (the sidebar column - 4) with only one option of row (sidebar) and the body column (the one with 8) with only 2 options of row (all except the sidebar row).
So resuming, in theory, clicking over the 8 column you can restrict it to the first two rows. and if you click back you can restrict it to the last row only. But that doesn't happen... When you save both columns has the same row restrictions.
However, if you decide to allow all the rows for the first column and restrict rows for the second column, that works.
This way, you can choose sidebar, 1 column row and 2 columns row for the body column and just sidebar for the sidebar column.
Conclusion:
I believe this is a bug because you allow to have different conditions for each column. What doesn't work is having different restrictions for each column.
Actual result
Expected result
Steps to reproduce
Create a new grid Data type
Create a grid layout with 2 columns
Create 2 different rows
Edit the grid layout you created before. Try to restrict one row into one column and the other into the other column.
Save and check if your restrictions are saved as you expected.
You will see that something happened and the last allowed row is the one chosen in both columns (you expect to have a different option for each column).
Change one of the column to allow all editors. And save. You'll realize that one column will allow both rows and the other only one, as expected.
The text was updated successfully, but these errors were encountered:
Yep, thanks! I believe it's in our current sprint so hopefully soon, subscribe to the other issue for updates! I'll close this one as a duplicate, thanks for reporting! 👍 👍
Umbraco version
I am seeing this issue on Umbraco version: 8.11.1
Bug summary
When you have editing your grid data type, you can more than one grid layout and more than one row.
A big potential here is that inside each grid layout you can define the number of columns and define which rows can appear as options in each column of that grid layout.
Let's assume I have a grid layout named "Grid with right sidebar" composed by 1 column of 8 and 1 column of 4.
I have 3 rows: 1 column row, 2 columns row and sidebar row.
The idea is having the smaller column (the sidebar column - 4) with only one option of row (sidebar) and the body column (the one with 8) with only 2 options of row (all except the sidebar row).
So resuming, in theory, clicking over the 8 column you can restrict it to the first two rows. and if you click back you can restrict it to the last row only. But that doesn't happen... When you save both columns has the same row restrictions.
However, if you decide to allow all the rows for the first column and restrict rows for the second column, that works.
This way, you can choose sidebar, 1 column row and 2 columns row for the body column and just sidebar for the sidebar column.
Conclusion:
I believe this is a bug because you allow to have different conditions for each column. What doesn't work is having different restrictions for each column.
Actual result
Expected result
Steps to reproduce
The text was updated successfully, but these errors were encountered: