Adapt ProfileField & Fix current PermissionSet Usage at ProfileFields

This commit is contained in:
Philipp
2021-10-17 15:32:50 +02:00
parent 8a354dac82
commit 5fecc9ecf7
11 changed files with 145 additions and 144 deletions

View File

@@ -206,7 +206,7 @@ function update_1332()
$profiles = DBA::select('profile', [], $condition);
while ($profile = DBA::fetch($profiles)) {
Profile::migrateFromLegacyProfile($profile);
Profile::migrate($profile);
}
DBA::close($profiles);