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:
parent
3297d5c3e6
commit
d475cb5028
15 changed files with 384 additions and 791 deletions
|
|
@ -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
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue