mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-24 13:44:33 +00:00
[AB-191] grouping invite links in invite link deletion notification
This commit is contained in:
@@ -36,7 +36,7 @@ public class FeatureValidationResult implements Templatable {
|
||||
@Override
|
||||
public Object getTemplateModel() {
|
||||
HashMap<String, Object> params = new HashMap<>();
|
||||
params.put("featureTemplate", this.feature.getFeature().getKey() + "_feature");
|
||||
params.put("featureTemplate", "feature_" + this.feature.getFeature().getKey());
|
||||
params.put("errors", this.validationErrorModels);
|
||||
return params;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user