Closed kazurayam closed 1 year ago
public Path create() throws MaterialstoreException, IOException {
/* create a data-model */
...
dataModel.put("title", "store/index.html");
ReportFileList rfl = new ReportFileList(store);
dataModel.put("model", rfl.toTemplateModel());
A static text "store/index.html" is given. This is poorman's band-aid.
fixed at v0.14.2
derived from https://github.com/kazurayam/inspectus/issues/66
I could create the
store-backup/index.html
file, but it looks odd.