Brian

Results 11 comments of Brian

> If y'all just go into the App folder and go into GitHubDesktop and run GitHubDesktop.exe it'll work perfectly. No admin rights needed. Verified at school. **GitHubDesktopPortable-master\App\GitHubDesktop\GitHubDesktop.exe** worked for me...

@Cregennan , thanks for the reply. I commented out `->filters(UserFiltersLayout::class)` in the query() method and `UserFiltersLayout::class` in the layout() method. That did not fix the problem.

I'm doing some experiments to try finding the issue. I've confirmed that the sort is being added to the query in orchid\platform\src\Filters\HttpFilter.php:203

@Cregennan Oh, I get what you were saying. Change `->filters(UserFiltersLayout::class)` to `->filters()` That fixes the filtering and sorting to work with name and email. However, I can't filter on role...

Order that these are called in is very important it seems. The below code is working. ``` return [ 'users' => User::with('roles') ->filters(UserFiltersLayout::class) ->filters() ->defaultSort('name', 'asc') ->paginate(), ]; ``` Call...

I ended up removing ViewPropTypes entirely and that got it working with the version of React Native that I'm on (0.69.6)

Same problem nearly a year later. ``` "dependencies": { "@expo/webpack-config": "^0.17.0", "@react-native-async-storage/async-storage": "~1.17.3", "@react-native-picker/picker": "2.4.2", "@react-navigation/drawer": "^6.3.1", "@react-navigation/native": "^6.0.8", "@react-navigation/native-stack": "^6.5.0", "axios": "^0.26.1", "expo": "^46.0.0", "expo-checkbox": "~2.2.0", "expo-linear-gradient": "~11.4.0", "expo-linking":...

@aamirshahzad85 did you ever solve this? If not, can you attach a screenshot of the users table? I assume you've already confirmed that the email address you are attempting matches...

I'm super busy with other projects right now. You're welcome to branch and get something working if you need it for yourself. I'll circle back to it and review in...

This may be fixed. I need to do some more use case testing to figure out if it's working for all reasonable uses of $ref