mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #29894 from nextcloud/fix/inactive-profile-parameter
Fix inactive profile parameters being displayed in the Profile visibility section
This commit is contained in:
commit
1a4427f238
1 changed files with 1 additions and 0 deletions
|
|
@ -425,6 +425,7 @@ class ProfileManager {
|
|||
];
|
||||
|
||||
$paramMetadata = array_merge($actionsMetadata, $propertiesMetadata);
|
||||
$configArray = array_intersect_key($configArray, $paramMetadata);
|
||||
|
||||
foreach ($configArray as $paramId => $paramConfig) {
|
||||
if (isset($paramMetadata[$paramId])) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue