File tree Expand file tree Collapse file tree 4 files changed +3
-12
lines changed
core-configuration/src/main/config/resources/StringTemplates/core/comment
core-services/comment/src/main/java/org/silverpeas/core/comment/model Expand file tree Collapse file tree 4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1
- <b>$ comment.owner $ </b> hat kommentiert <b>$ contentTitle $ </b>.
1
+ <b>$ comment.creator.displayedName $ </b> hat kommentiert <b>$ contentTitle $ </b>.
2
2
3
3
<div style="background-color:#FFF9D7; border:1px solid #E2C822; padding:5px; width:390px;">$ comment.message $ </div>
Original file line number Diff line number Diff line change 1
- <b>$ comment.owner $ </b> has commented <b>$ contentTitle $ </b>.
1
+ <b>$ comment.creator.displayedName $ </b> has commented <b>$ contentTitle $ </b>.
2
2
3
3
<div style="background-color:#FFF9D7; border:1px solid #E2C822; padding:5px; width:390px;">$ comment.message $ </div>
Original file line number Diff line number Diff line change 1
- <b>$ comment.owner $ </b> a commenté <b>$ contentTitle $ </b>.
1
+ <b>$ comment.creator.displayedName $ </b> a commenté <b>$ contentTitle $ </b>.
2
2
3
3
<div style="background-color:#FFF9D7; border:1px solid #E2C822; padding:5px; width:390px;">$ comment.message $ </div>
Original file line number Diff line number Diff line change @@ -127,15 +127,6 @@ public User getCreator() {
127
127
return User .getById (String .valueOf (authorId ));
128
128
}
129
129
130
- @ Override
131
- public String getTitle () {
132
- return "" ;
133
- }
134
-
135
- @ Override
136
- public String getDescription () {
137
- return "" ;
138
- }
139
130
140
131
@ Override
141
132
public String getId () {
You can’t perform that action at this time.
0 commit comments