Skip to content

Commit

Permalink
Breaking: Removes Content area
Browse files Browse the repository at this point in the history
  • Loading branch information
vigorouscoding committed Oct 1, 2024
1 parent 53878f6 commit ca0116d
Show file tree
Hide file tree
Showing 67 changed files with 8 additions and 6,115 deletions.

This file was deleted.

63 changes: 0 additions & 63 deletions structr-base/src/main/java/org/structr/web/entity/ContentItem.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ public void doExport(final Map<String, Object> parameters) throws FrameworkExcep

if (StringUtils.isBlank(types)) {

publishWarningMessage("Data export not started", "Please provide a comma-separated list of type(s) to export. (e.g. 'ContentContainer,ContentItem')");
throw new FrameworkException(422, "Please provide a comma-separated list of type(s) to export. (e.g. 'ContentContainer,ContentItem')");
publishWarningMessage("Data export not started", "Please provide a comma-separated list of type(s) to export.");
throw new FrameworkException(422, "Please provide a comma-separated list of type(s) to export.");
}

final Path target = Paths.get(path);
Expand Down

This file was deleted.

Loading

0 comments on commit ca0116d

Please sign in to comment.