Skip to content

Commit

Permalink
fixed bug in bulk edit spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Apr 8, 2024
1 parent 11a9d6b commit 2a08c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/people.vm
Expand Up @@ -152,7 +152,7 @@
<option selected="selected" value="$scooldUtils.getDefaultSpace()">$!lang.get('defaultspace')</option>
#foreach($space in $scooldUtils.allSpacesAdmin)
#if(!$scooldUtils.isDefaultSpace($space.id))
<option value="$space">$!space.name</option>
<option value="$space.id:$space.name">$!space.name</option>
#end
#end
</select>
Expand Down

0 comments on commit 2a08c3c

Please sign in to comment.