We can easily tell Views about the CAS username data, which may be useful for things like Views Bulk Operations.

Comments

bfroehle’s picture

Status: Active » Fixed
StatusFileSize
new3.73 KB

Just pushed the attached patch to 7.x-1.x. Adds basic views integration for the CAS user name.

bfroehle’s picture

Version: 7.x-1.x-dev » 6.x-3.x-dev
Status: Fixed » Patch (to be ported)

This can be easily ported to D6.

Todo:
* Change the view api version to 2
* remove the files[] entry in cas.info
* Implement hook_views_handlers()

bfroehle’s picture

Status: Patch (to be ported) » Fixed
StatusFileSize
new3.37 KB

Ported and committed to D6. (The other required change was in the database API).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 95dee50 on 7.x-1.x, 8.x-1.x by bfroehle:
    Issue #1261432 by bfroehle: Views integration.