fix Template-Generierung beim Paket-Loeschen
This commit is contained in:
parent
ef86ea9ef9
commit
1871821983
@ -67,6 +67,7 @@ public class PacProcessorFactory implements EntityProcessorFactory {
|
||||
String basepacName = pac.getBasepac().getName();
|
||||
if (basepacName.equals(BasePacType.PAC_WEB) || basepacName.equals(BasePacType.PAC_DW) || basepacName.equals(BasePacType.PAC_SW)) {
|
||||
Hive hive = pac.getHive();
|
||||
hive.getPacs().remove(pac);
|
||||
WaitingTasksProcessor waiting = new WaitingTasksProcessor(createDelUserProc(pac.getName()));
|
||||
waiting.appendProcessor(pac.getHiveName(), new CompoundProcessor(
|
||||
createIfDown(pac),
|
||||
|
Loading…
Reference in New Issue
Block a user