Forum .LRN Q&A: fix for editing role names (Postgres)

I had to edit /acs-subsite/www/admin/rel-types/roles/edit.xql, query
update_role, and remove the alias "r" for the table name.  Postgres
didn't like having an alias in an update statement.  It's unnecessary
anyway since there is only one table referenced.

I assume this is the right place to report these things, since there
are no SDM entries for dotLRN?

janine

Collapse
Posted by Arjun Sanyal on
fixed. FYI, this is not a dotlrn bug since it's in acs-subsite...