Skip to content

Commit

Permalink
- added support for lawyer / assistant / author placeholders
Browse files Browse the repository at this point in the history
- added support for forms placeholders
- added mimetype to output, so that a client can determine whether it deals with plain text or HTML
- refactored code to use existing logic / avoid duplication
- issue #2623
  • Loading branch information
j-dimension committed Oct 27, 2024
1 parent 7abb96d commit c716cb9
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 147 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,6 @@ You should also get your employer (if you work as a programmer) or school,
package org.jlawyer.io.rest.v6;

import java.util.List;
import java.util.Map;
import javax.ejb.Local;
import javax.ws.rs.core.Response;
import org.jlawyer.io.rest.v6.pojo.RestfulPlaceholderV6;
Expand All @@ -686,5 +685,5 @@ public interface TemplatesEndpointLocalV6 {

Response listEmailTemplates();

Response getEmailTemplate(String caseId, String templateName);
Response getEmailFromTemplate(String templateName, String caseId);
}
Loading

0 comments on commit c716cb9

Please sign in to comment.