personium / personium-engine

Additional module for personium-core to enable server-side JavaScript execution.
Apache License 2.0
16 stars 7 forks source link

Engine Service Library can not register ACL, which is caused by incorrect object names. #12

Closed hideakikondo closed 7 years ago

hideakikondo commented 7 years ago

There are incorrect object names in personium-dao.js source.

https://github.com/personium/personium-engine/blob/master/src/main/resources/js-lib/personium-dao.js#L287

io._p.* should be io.personium.*

hideakikondo commented 7 years ago

This issue was already solved in v1.5.2