Fixed notification
This commit is contained in:
parent
cb8c38b07b
commit
7d14ca0496
|
@ -64,12 +64,14 @@ public class SocialNotificationModerationThread extends ModerationThread {
|
||||||
|
|
||||||
|
|
||||||
notificationToSelfOnly = true;
|
notificationToSelfOnly = true;
|
||||||
|
notificationSentByGCat = true;
|
||||||
stringBuffer = new StringBuffer();
|
stringBuffer = new StringBuffer();
|
||||||
stringBuffer.append("Thank you for submitting your item ");
|
stringBuffer.append("Thank you for submitting your item ");
|
||||||
stringBuffer = addQuotedTitle(stringBuffer);
|
stringBuffer = addQuotedTitle(stringBuffer);
|
||||||
stringBuffer.append(" to the catalogue. Please consider this notification as confirmation that your item has been successfully received and will be managed by the catalogue moderators.");
|
stringBuffer.append(" to the catalogue. Please consider this notification as confirmation that your item has been successfully received and will be managed by the catalogue moderators.");
|
||||||
postMessage(stringBuffer.toString());
|
postMessage(stringBuffer.toString());
|
||||||
notificationToSelfOnly = false;
|
notificationToSelfOnly = false;
|
||||||
|
notificationSentByGCat = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void notifyItemDeleted() throws Exception {
|
protected void notifyItemDeleted() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue