1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-01-02 14:29:07 +01:00

Merge pull request #1291 from evernife/fixdescription

Fix for "jobsr_description_" placeholder not working
This commit is contained in:
Zrips 2021-10-26 14:10:04 +03:00 committed by GitHub
commit 126ace8fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -566,6 +566,7 @@ public class Job {
if (fDescription != null) {
this.fDescription.addAll(fDescription);
this.description = String.join("\n",this.fDescription);
}
}