backdrop-contrib / entityform

Provides fieldable entity forms
GNU General Public License v2.0
0 stars 1 forks source link

Get functional tests working and fix access issues #10

Closed indigoxela closed 1 day ago

indigoxela commented 1 day ago

Currently the main problem seems to be entity_access. Need to dig a little deeper with a fresher mind.

257 passes, 7 fails, 0 exceptions, and 86 debug messages.

Seems a workable state.

argiepiano commented 1 day ago

I suggest using entity_plus_access() which makes use of access callback in the entity info definition. Backdrop's core entity_access does not, which often creates problems.