You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2022. It is now read-only.
The purpose of this method is to prevent reloading of the current page if
the same URL is clicked. But this has downsides and, probably, no value:
* It is easy to forget to update this method.
* Needs access to models' fields which better be private.
* An opened URL is still clickable but confusingly has no effect.
* There is no way to reinitialize a page other than total reload.
Signed-off-by: Igor Pashev <[email protected]>
0 commit comments