Bugs with Bases that have multiple views with the same name

Steps to reproduce

Create a base (the default view is called ‘Table’)
Create one view called ‘X’ (table)
Create another view called ‘X’ (cards)

Add a column to the X table view
Try to switch to the X cards view: nothing happens
Switch to the ‘Table’ view: that works
Switch to the X cards view: the X table view is shown

Did you follow the troubleshooting guide? [Y/N]

Y

Expected result

Duplicate view names shouldn’t be confused. If the list of views knows that these are actually different ones, then it should be possible to switch between those.

Actual result

Cfr test scenario

Environment

N/A


Additional information

N/A

Thanks

For future reference, you can provide the environment. Just copy the output of the command “show debug info”

1 Like

In 1.10.x. we will block multiple views with the same name.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.