nadar

Results 227 comments of nadar

Maybe this could be an attribute inside the filter class, like `isHidden = true` or something like this.

Yes indeed, i can confirm this issues because the name of the filter is stored while importing: ```php $filterModel->setAttribute('name', $this->name()); ``` It should be possible to display the name of...

hi @denyadzi thanks for taking time to think about solutions, in the original issue i mentioned to create a command you can run to fix those values in database (https://github.com/luyadev/luya/issues/1328#issuecomment-349353563)....

![image](https://user-images.githubusercontent.com/3417221/114536278-34612d80-9c51-11eb-827b-796ca59d8fba.png)

response is wrong: ![image](https://user-images.githubusercontent.com/3417221/114536319-3fb45900-9c51-11eb-94a0-74344d16f2af.png)

In an upcoming release we could add a migration with a sorting field. Maybe we could also use the alias to sort as they are not visible in the UI....

@rolandschaub recommendations?

This is only possible when we add offline pages to the menu component.

A new migration would require us to release a new major version (5.0). So i will assign this milestone :+1:

I think we could integrate the offline pages for building the menu path /foo/bar/xyz and remove them afterwards. I will try, this could work. Not sure how the path is...