forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,11 +27,7 @@ | |
use ILIAS\Services\WOPI\Discovery\ActionRepository; | ||
use ILIAS\Services\WOPI\Embed\EmbeddedApplication; | ||
use ILIAS\Data\URI; | ||
use ILIAS\UI\Component\Modal\Modal; | ||
use ILIAS\Services\WOPI\Discovery\ActionTarget; | ||
use ILIAS\FileUpload\MimeType; | ||
use ILIAS\MetaData\Services\ServicesInterface as LOMServices; | ||
use ILIAS\File\Capabilities\Capabilities; | ||
|
||
/** | ||
* @author Fabian Schmid <[email protected]> | ||
|
@@ -61,7 +57,7 @@ class ilFileVersionsGUI | |
public const CMD_CREATE_NEW_VERSION = 'saveVersion'; | ||
public const CMD_ADD_REPLACING_VERSION = 'addReplacingVersion'; | ||
public const CMD_CREATE_REPLACING_VERSION = 'createReplacingVersion'; | ||
public const CMD_UNZIP_CURRENT_REVISION = Capabilities::UNZIP->value; | ||
public const CMD_UNZIP_CURRENT_REVISION = 'unzipCurrentRevision'; | ||
public const CMD_PROCESS_UNZIP = 'processUnzip'; | ||
public const CMD_RENDER_DELETE_SELECTED_VERSIONS_MODAL = 'renderDeleteSelectedVersionsModal'; | ||
public const CMD_PUBLISH = 'publish'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters