For example, on the settings page (admin/user/access/tac_lite) instead of having a select box for choosing which vocabularies use tac_lite have two checkboxes for each vocab. One for enable tac_lite per role and one for enabling tac_lite per user.

This would be useful because sometimes if you have multiple vocabs using tac_lite for different things it isn't necessary to have to select terms for all tac_lite vocabs for roles. In fact sometimes it can actually make things harder to have to do this. It also works the other way, where it isn't always useful to have certain tac_lite vocabs available on users tac lite pages (user/%/edit/tac_lite).

If I get some time soon I will look at the feasibility of this feature and if it looks doable I'll make a patch.

Comments

Dave Cohen’s picture

This strikes me as a complexity I'd rather avoid in tac_lite. Why not just create two schemes? As an administrator, just be smart and apply one scheme per user and another by roles.

For your own site, just implement hook_form_alter and hide one of the schemes on the user form, if your worried your admins will make mistakes.

rooby’s picture

Status: Active » Closed (fixed)

I see your point about the complexity.

I still think it would be useful but I as you said I can get around it for my site.