Skip to content

Commit

Permalink
XWIKI-16216: Allow users to rebind the shortcuts from their user prof…
Browse files Browse the repository at this point in the history
…ile UI

* Fixed the view display when the shortcut preference is empty.
  • Loading branch information
Sereza7 committed Oct 2, 2024
1 parent 74ffe8e commit fa9d562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
#end>
#else
<span>
#if("$!value" != '') $!value##
#if("$!shortcutPreference" != '') $!value##
#else $defaultValue##
<small>($escapetool.xml($services.localization.render('userprofile.default')))</small>##
#end</span>
Expand Down

0 comments on commit fa9d562

Please sign in to comment.