ASM #17872 - DRT mode in D2D/CAVE allows publishing of new grids with old timestamp
Change-Id: I9a376596b4f6edaa665f86a52be1cf1e87e98964 Former-commit-id: 9ad9a29e57e8749936bd8cdc53f74ef750f417ed
This commit is contained in:
parent
4a5cc197fc
commit
707202de1a
1 changed files with 1 additions and 2 deletions
|
@ -86,8 +86,7 @@ public class ShowIscRequestReplyDialog extends AbstractHandler {
|
|||
public boolean isEnabled() {
|
||||
DataManager dm = DataManagerUIFactory.getCurrentInstance();
|
||||
if (dm != null) {
|
||||
return (!dm.sendIscOnSave() || !dm.sendIscOnPublish())
|
||||
&& CAVEMode.getMode().equals(CAVEMode.OPERATIONAL)
|
||||
return CAVEMode.getMode().equals(CAVEMode.OPERATIONAL)
|
||||
&& dm.requestISC();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue