if ((this.isOwner||this.isResourceCreator)&&this.resourceForm){
// Convoluted logic that prohibits a Guest&Creator edits, but allows Member&Creator edits. Setting it like so for the time being to manage the deadline.
// TODO: Proper Roles Matrix
if ((this.isOwner||(this.isResourceCreator&&!this.isGuest))&&this.resourceForm){