Back to Cumulus Core Support

roulendz
roulendz

Can you quickly integrate permissions, just to disable all access to Cumulus settings and plugin pages

permissions:
    index.cumuluscore:
        tab: 'Cumulus settings'
        label: 'Access all cumulus infrastructure'

If you have time you can do mutch finer work

index.modules:
        tab: 'Cumulus settings'
        label: 'Access cumulus modules page'
    index.clusters:
        tab: 'Cumulus settings'
        label: 'Access cumulus clusters page'
    update.clusters:
        tab: 'Cumulus settings'
        label: 'Update cumulus clusters'
    create.clusters:
        tab: 'Cumulus settings'
        label: 'Create cumulus clusters'
    index.auto_assign.cumuluscore:
        tab: 'Cumulus settings'
        label: 'Access cumulus auto assing page settings'

I want to make Regular admin for my backend so he admin can access my Backend Modules and I need to hide cumulus from him :D With time I plan to make that Cluster owner, can change his cluster basic settings. In the cluster index/list, just add a check if the backend user is super_user if no then display clusters where current_cluster_id = cluster_id

I added current_cluster_id to backend users table.

inIT
inIT

Sure, permissions should have been done a lot time ago. Give me a few days (maybe hours) ;)

roulendz
roulendz

InIT.biz said:

Sure, permissions should have been done a lot time ago. Give me a few days (maybe hours) ;)

Thanks :)

inIT
inIT

Permissions to backend added in version 1.3.9.

But remember that users in backend and users in frontend are two different things. If you want to give functionality of managing cluster details than you should be doing this in frontend.

If you want, you can also use Cumulus plus plugin. It has the feature build in, just embed the component on a page and done :)

roulendz
roulendz

InIT.biz said:

Permissions to backend added in version 1.3.9.

But remember that users in backend and users in frontend are two different things. If you want to give functionality of managing cluster details than you should be doing this in frontend.

If you want, you can also use Cumulus plus plugin. It has the feature build in, just embed the component on a page and done :)

Thank you for a quick update! Just what was needed! I will definitely consider Pluss Option!

1-5 of 5