Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit a3cdc0f

Browse files
authored
update query separator (#143)
* update query separator
1 parent 359b04c commit a3cdc0f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
66
#### Added
77
- Added extended PerunEntitlements
88

9+
#### Fixed
10+
- Updated query separator in PerunEntitlementExtended.php according to URN scheme
11+
912
## [v4.1.1]
1013
#### Fixed
1114
- Fixed bad log message in PerunIdentity in mode USERONLY

lib/EntitlementUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public static function groupEntitlementWrapper($uuid, $prefix, $authority)
138138

139139
public static function groupEntitlementWithAttributesWrapper($uuid, $groupName, $prefix, $authority)
140140
{
141-
return $prefix . self::GROUP_ATTRIBUTES . ':' . $uuid . '?' . self::DISPLAY_NAME . '=' .
141+
return $prefix . self::GROUP_ATTRIBUTES . ':' . $uuid . '?=' . self::DISPLAY_NAME . '=' .
142142
EntitlementUtils::encodeName($groupName) . '#' . $authority;
143143
}
144144

0 commit comments

Comments
 (0)