Implement management option for having multiple active profiles
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 13 Apr 2017 12:26:54 +0000 (08:26 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 13 Apr 2017 12:26:54 +0000 (08:26 -0400)
commit707f73526dcba7b968525f93816effc7dd8aceeb
tree3b558acaa28e5a0e2234a740674603249dc9510c
parent1ea5c289db2bf5dca23442e3788150788728dce5
Implement management option for having multiple active profiles

Adding enable_multiple_profiles to data abstract for settingsGeneral.
Updating the database version number to 1.1.30
Add check for enable_multiple_profile to be off before trying to reset
all other member profiles for the member to inactive.
Adding new rewrite rule for appending the member info id to the member
detail url's.
classes/data/settings/dataSettingsGeneral.php
index.php
models/admin/member/index.php
models/admin/member/memberInfo.php
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V1.1.30.sql
setup/frontHooks.php
views/admin/management/index.html