ui-icts / redcap-admin-dashboard

Provides a sortable table view of various reports on REDCap metadata
MIT License
2 stars 2 forks source link

Error adding first executive user #1

Closed lsgs closed 4 years ago

lsgs commented 4 years ago

I found I could not add an executive user because the UIOWA_AdminDash.executiveUsers array does not get initialised. You can't push a new element into null.

admindash-issue

I worked around the problem by manually adding executive-users as an empty json array into redcap_external_modules_settings, and once one is added there is no problem with adding more.

admindash-issue-workaround

iznaut commented 4 years ago

Fixed!