Magikcraft / product-board

Release Notes for Magikcraft - what's new and noteworthy. Also: open issues or feature requests here.
https://www.magikcraft.io
1 stars 0 forks source link

Lore not adding to Spellbook when visiting URL #20

Closed mzomzo closed 7 years ago

mzomzo commented 7 years ago

When I visit the URL provided by the game for new spell lore, the lore doesn't show up.

The one Lore that does show up for me is from going through the tour which worked fine.

jwulf commented 7 years ago

Thanks for reporting this @mzomzo.

The server-related issues are due to no default package.json being generated for users.

The lore not showing up is an odd one. @triyuga ?

jwulf commented 7 years ago

Cause: The GraphQL server was erroneously filtering all events for non-Admin users.

Consequence: This meant that no events were triggered for non-admin users - including the event that triggers insertion of a new lore.

Fix: The filter was removed from the GraphQL events handler.

Result: Lore now posts to the spellbook for all users, as expected.

jwulf commented 7 years ago
screen shot 2017-09-07 at 8 45 48 am