Pablo Maria Martelletti
Pablo Maria Martelletti
@nticaric implementing ACL would be an awesome tutorial: ie, searching a given query might return different results based on the roles / permissions the users have (we don't want to...
@willdurand @adrienbrault I've come up with this issue too, and haven't found a solution in any of the open / closed issues. I think this is the same problem that...
@adrienbrault what do yo mean by add the groups to the relation? Talking about annotations, I would add a property to the group, by doing something like: ``` /** *...
@adrienbrault ah! solved it. The key "exclusion" is confusing. I thought that those groups would be "excluded" from serialization, not the other way round. Sorry for that!
@adrienbrault not really, because the "exlude if" attribute "excludes", it does not includes. Maybe a better idea would be to include `_links` by default on all groups, and that the...
yep, this is definetly an issue. @artaaa you use before suite because your test requires it, right? But If I need the database to be clean on every test, it...
hey @codeliner - thanks for your reply! Yeah, I suspected that. Because we do have a deadline, we started working on the code, even we didn't like how it turned....
hi @enumag thanks for your interest in our case :smile: Well, to be honest, we though about something like that at some point, but we would have ended up with...
@gquemener thanks for joining the conversation 😄 Yup, that's exactly what we have for now. The question is more: how do we store the offers? Should we keep a record...
Sorry about the mixup, we use customers. So basically, we have templates for the Mother Company, and actual offers accepted / rejected by our customers. So, how would you handle...