Replace advanced profile display with custom profile fields

- Merge all profile/advanced.tpl theme templates into profile/index.tpl
- Remove obsolete Model\Profile::getAdvanced method
This commit is contained in:
Hypolite Petovan 2019-11-07 22:15:57 -05:00
commit d475cb5028
15 changed files with 384 additions and 791 deletions

View file

@ -292,6 +292,14 @@ abstract class DI
return self::$dice->create(Repository\PermissionSet::class);
}
/**
* @return Repository\ProfileField
*/
public static function profileField()
{
return self::$dice->create(Repository\ProfileField::class);
}
//
// "Protocol" namespace instances
//