Skip to content

Commit

Permalink
Issue 12716 refresh all page versions (#13084)
Browse files Browse the repository at this point in the history
* #12716 Update version_ts for all page versions. Refresh all page versions from cache.

* #12716 something like this

* #12716 something like this - unteseted

* #12716 something like this - unteseted

* #12716 rename variable.

* #12716 Missing class.
  • Loading branch information
dsilvam authored Nov 17, 2017
1 parent 1084052 commit 8caf4cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ else if (workingLink.isLocked()) {
Identifier containerIdentifier = APILocator.getIdentifierAPI().find(container);
MultiTree multiTree = MultiTreeFactory.getMultiTree(htmlPageIdentifier,containerIdentifier,identifier);
Logger.debug(DirectorAction.class, "multiTree=" + multiTree);
MultiTreeFactory.deleteMultiTree(multiTree, htmlPage.getLanguageId());
MultiTreeFactory.deleteMultiTree(multiTree);
} catch (DotRuntimeException e) {
Logger.error(this, "Unable to remove content from page", e);
} finally {
Expand Down

0 comments on commit 8caf4cd

Please sign in to comment.