Trans input fix
The fix of modal transfer ownership input field focus bug.
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
682 682 messages.error(request, _('This token is invalid or has expired.')) 683 683 raise PermissionDenied() 684 684 return render(request, self.template, 685 dictionary={'instance': instance, 'key': key}) 685 {'instance': instance, 'key': key}) -
Master
Can you describe why was this change necessary?
-
Developer
-
-
Master
As I understand this modal focus bug is the problem of bootstrap. Wouldn't it be more reasonable to solve this bug globally? This might be a solution: https://github.com/sweetalert2/sweetalert2/issues/374#issuecomment-357459577 And the problem is further discussed here: https://github.com/twbs/bootstrap/issues/19850
What do you think?
-
added 2 commits
- e480328f - dashboard: Fix the modal input focus bug
- 0e085c30 - Merge branch 'trans_input_fix' of https://git.ik.bme.hu/circle/cloud into trans_input_fix
Toggle commit list -
merged
Toggle commit list