Berthier Esteban

Results 14 comments of Berthier Esteban

> "create credentials without strategies"? I feel I'm missing something... -_- sorry... "create users without strategies"

I investigate a bit and discover that the `FilterManager` has a `saveToRouter` method which is called every time we change the filter (quick or advanced). That method call `router.push` with...

Could you give us an example of how to reproduce that bug ? like the controller/action called or the return of the custom plugin method you called ?

Not sure that data are hidden The columns width is set to minimal size to allow user see all data contained in cell The table width is increase by adding...

I found it in `src/components/Data/Documents/Views/Column.vue` line 222, `value: JSON.stringify(ret).substring(0, 10),` We display only 10 first char of the string containing the data to display et set `...` next to if...

> I need to dive back into the code but, looking at the PR description, I find it weird to be able to export the API actions for all the...

We just need to add the property `sort-icon-left` on the `b-table` to display the icon on the left of the name https://bootstrap-vue.org/docs/components/table#sort-icon-alignment

With last table view (cf: #798) we can't sort anymore so we'll need to implement that feature

[EDIT]: I had a bad entry in my localStorage for users filters: name="12/03/2020 15:56", id="16546084680" Delete it resolve the bug (but I can't paste the localstorage line here....) Url was:...

We'll have to resolve this before [`#1689`](https://github.com/kuzzleio/kuzzle/issues/1689)