Scott Paterson

Results 5 comments of Scott Paterson

It might be simpler add a team flag onto assigned_to from tasks/templates/tasks_tasks_list.html Original {% if request.user == task.created_by or request.user.role == 'ADMIN' %} Modified to allow assigned users to edit,...

So after more work on this subclass it seems using 'self' for self.insert() and self.delete() over super() in dateentry.py causes more that this issue. I just posted a new issue...

I can offer what the issue is but I do not know how to fix it fully. The issue is caused by the bind evens being triggered before the StringVar...

I updated to 6.3.4 build 13139 and it still doesn't work. The link generated is `https://lh3.googleusercontent.com/a-/ALV-UjVyM81VwI0icTMTmUZGbg5qW_38AqppjbhYZbg7SqKLQ9UPlBXCPEJqY8yz93PpyZ1xrZNoPJWJfoWtOwrtax3I1b5rxa9jJEDA9HaooSDojZ89xwebYg3aIpvhg8cd6EGJACadp5e1xztENLMbWW` the html for this section is: ``~ I have deleted it and try again....

A possible fix for this is to change self.get(), self.insert() and self.delete() functions into super() in all occurrences. ```python def _set_text(self, txt): """Insert text in the entry.""" if 'readonly' in...