Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File modal on publish- the filter control to add/delete columns doesn't do anything #3130

Closed
robinsowell opened this issue Mar 16, 2023 · 1 comment · Fixed by #3149
Closed
Assignees
Labels
Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on.

Comments

@robinsowell
Copy link
Contributor

EE 7.2.11 Go to publish an entry with a file field on it. File field, choose existing. That opens the modal. You have the filters to search- that works. But the controller to add/delete columns doesn't do anything. It doesn't throw an error, but if I try to add, for example, the ID column, nothing happens:

Screenshot 2023-03-16 at 12 37 35 PM

@robinsowell robinsowell added the Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on. label Mar 16, 2023
@intoeetive intoeetive self-assigned this Mar 17, 2023
@intoeetive
Copy link
Contributor

intoeetive commented Mar 20, 2023

@Yulyaswan I have investigated this. The problem is that the request is made to URL that should be defined as EE.viewManager.saveDefaultUrl - however it is not defined, so the request is made to current URL - which obviously gives an error.

I think we need a way to pass saveDefaultUrl as part of the form

intoeetive added a commit that referenced this issue Apr 3, 2023
…-data-save-default-url

Fixed #3130 where the filter control to add/delete columns doesn't do anything on File modal on publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Accepted Bug has been confirmed, is reproducible, and ready to work on.
Projects
None yet
3 participants