Huiren Woo

Results 5 comments of Huiren Woo

Hello! Is there anything I can help with to make this compatible with 5.4? Thank you.

I figured. A simple workaround this would be the following: ``` @JsonApiModelConfig({ type: 'campaigns' }) export class Campaign extends JsonApiModel { @HasMany() companies: Company[]; @HasMany() 'campaign-proposals': CampaignProposal[]; } ``` If...

Thanks @hpawe01 Can I do a PR to update the README with this info? I think it'll be rather useful

@WildCard65, yeah, that's what I meant. Right now only admins can choose the next boss. But if players are able to invoke the ff2_special, it would be a massive troll...

I'm not sure if I should create an issue or write a comment here. Let me know if you need more details. ## What you were trying to do I...