|
|
@ -328,7 +328,7 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
|
|
Apply.fromDatasetControl.reload($P.crdnControl).then((resp)=>{
|
|
|
|
Apply.fromDatasetControl.reload($P.crdnControl).then((resp)=>{
|
|
|
|
Apply.toDataset.set($P.crdnControl.dataset, resp);
|
|
|
|
Apply.toDataset.set($P.crdnControl.dataset, resp);
|
|
|
|
$P.crdnControl.dataset.onDatasetChange(resp, {reloaded, true});
|
|
|
|
$P.crdnControl.dataset.onDatasetChange(resp, {reloaded : true});
|
|
|
|
|
|
|
|
|
|
|
|
if($P.crdnControl.beforeCurrent != null){
|
|
|
|
if($P.crdnControl.beforeCurrent != null){
|
|
|
|
var beforeCurrentKey = $P.crdnControl.beforeCurrent.key;
|
|
|
|
var beforeCurrentKey = $P.crdnControl.beforeCurrent.key;
|
|
|
|