Files
gerrit/polygerrit-ui/app/elements/diff
Ole Rehmsen a1fdc504cb Make log-in check when adding comment synchronous
The log-in state is fetched on attach and very fast, making it
basically impossible in practice to add a comment before it returns.

Making it synchronous simplifies the code, and makes it easier to later
pass in the log-in state as a property rather than fetching it here
when we split all the restAPI calls into a wrapper component.

Bug: Issue 9623
Change-Id: Id7e7b284eb73185371805315402cbb96aa31ac6b
2018-08-24 07:44:53 +00:00
..