michaelgira23 / Pear-Tutoring

Sharing the fruits of knowledge
https://peartutoring.net
MIT License
5 stars 1 forks source link

Permissions don't update in real time #64

Closed nickbclifford closed 7 years ago

nickbclifford commented 7 years ago

(only seen in chat at the moment, since it's the only component with permission implemented) If permissions are changed on-the-fly, the active permissions do not change, since the Observable doesn't fire for some reason.

nickbclifford commented 7 years ago

Fixed in https://github.com/michaelgira23/WWT-Hackathon-2016-Frontend/commit/905d7ba6b86a9c1116da41da3c607e1b6e3b196a. The issue was completing the Subject as soon as a value was retrieved.