Benjamin Hoffmann
Benjamin Hoffmann
``` object = WorkoutModel(name='test2') object.save() qs = get_objects_for_user(self.request.user, 'sportapp.view_workoutmodel') exists = qs.filter(pk=object.pk).exists() ``` Exists returns true, and the qs list contains all the 'WorkoutModel' objects of my database
Yes I'm sure self.request.user isn't superuser. I'm using generic solution. Django version : 1.10 django-guardian verions : I use the last development version (clone from this repository). I don't use...
I can confirm the same issue on my project using ``` "@biesbjerg/ngx-translate-extract": "^7.0.2", "typescript": "~3.7.5" ```
> I can't resolve this problem. So, I make workaround in package.json scripts section: > > ``` > "i18n:pl": "ngx-translate-extract --input ./src --output ./src/assets/i18n/pl.json --format json --sort", > "i18n:en": "ngx-translate-extract...
What is the error message? I'm facing the same problem and I get this message: System.NullReferenceException: Object reference not set to an instance of an object.
The problem is in this line: https://github.com/jsmarcus/Xamarin.Plugins/blob/a2de0a937c661d32dd113e2a5128a9abac9af951/Iconize/FormsPlugin.Iconize.Droid/IconTabbedPageRenderer.cs#L44
Did you find a workaround? I'm talking about that on the new github repo: https://github.com/jsmarcus/Iconize/issues/17
Same problem when toolbar icons are bound to a command. When the command's can execute changes, the icons desapear. You can have a look on this short sample reproducing the...
@codingL3gend thank you for your reply. But in my case I have no tabs. I only have a IconNavigationPage containing my page.
@codingL3gend yes I'm doing a: MainPage = new IconNavigationPage (new Contact page())