ec-europa / rdf_entity

7 stars 9 forks source link

Deprecate the 'edit' operation for entity access checks #107

Closed pfrenssen closed 4 years ago

pfrenssen commented 4 years ago

The RDF Entity module supports both the edit and update operations for entity access checks, but core only supports update. We should not handle edit at all, this is an operation that is only used for checking field access, never for entity access.

Let's for now deprecate it so we can alert our users to update their code. In a future version we can remove it.

pfrenssen commented 4 years ago

wow let's not change permission strings like that, this will affect current users. We should deprecate them first so that users have time to update their code base. This needs at least a separate issue and discussion. Let's keep this only on the issue at hand.

idimopoulos commented 4 years ago

Aww... and it seemed so nice as an upgrade..! I will open a separate issue then and put this in.