You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_resource extends _entity which correctly declares name and uid as recommended as they are part of a constraint. However _resource downgrades the requirement to optional which it should not. This will affect all other objects that extend _resource such as:
resource_details web_resource
The text was updated successfully, but these errors were encountered:
_resource
extends_entity
which correctly declaresname
anduid
asrecommended
as they are part of a constraint. However_resource
downgrades the requirement tooptional
which it should not. This will affect all other objects that extend_resource
such as:resource_details
web_resource
The text was updated successfully, but these errors were encountered: