Specified the messages of failed UnlockWorkflows

Specified the messages of failed UnlockWorkflows by adding the ability to distinguish between the different MountPointRequirements

Translation for all languages but German and Englisch required
This commit is contained in:
JaniruTEC
2020-07-20 22:06:15 +02:00
parent dae2814b0f
commit a1b375316c
6 changed files with 28 additions and 4 deletions
@@ -319,6 +319,10 @@ public class Vault {
return vaultSettings.getId();
}
public MountPointRequirement getMountPointRequirement() {
return volume.getMountPointRequirement();
}
// ******************************************************************************
// Hashcode / Equals
// *******************************************************************************/