moqui / mantle-usl

Mantle Universal Service Library
http://www.moqui.org/mantle.html
Other
30 stars 61 forks source link

restore#TenantAccess implements 'revoke'? #161

Closed eigood closed 3 years ago

eigood commented 3 years ago
    <service verb="restore" noun="TenantAccess">
        <implements service="mantle.product.SubscriptionServices.revoke#SubscriptionResourceAccess"/>

It's luck that all those interfaces have the same definitions.

jonesde commented 3 years ago

Thanks Adam, minor thing and in a deprecated file but these were meant to be examples and copying that could lead to future issues (especially if or when those interfaces are no longer the same).

eigood commented 3 years ago

Yeah, it's that "meant to be examples" part; I'm finding good stuff to base things on. :)