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
Describe the bug
The 'New' button appears in the UI even when it is not specified to be displayed, such as when the configuration does not include :new. For example, when configuring all fields with only: [:index, :show] or using except: [:new], the "New" button is still displayed.
To Reproduce
Steps to reproduce the behavior:
Configure fields with only: [:index, :show] or use except: [:new].
Visit index page.
See that the "New" button is still shown despite the configuration.
Expected behavior
The "New" button should not be displayed.
Please complete the following information:
OS: MacOS
Browser Checked on Chrome, Safari, Firefox
Elixir Version 1.17.2
Backpex Version 0.9.1
The text was updated successfully, but these errors were encountered:
Describe the bug
The 'New' button appears in the UI even when it is not specified to be displayed, such as when the configuration does not include :new. For example, when configuring all fields with only: [:index, :show] or using except: [:new], the "New" button is still displayed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The "New" button should not be displayed.
Please complete the following information:
OS: MacOS
Browser Checked on Chrome, Safari, Firefox
Elixir Version 1.17.2
Backpex Version 0.9.1
The text was updated successfully, but these errors were encountered: