Skip to content

Commit 16c5980

Browse files
committed
GH Issue 1186: Remove commented-out load-time indicator handling
1 parent c35ed9b commit 16c5980

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

ehr/resources/web/ehr/panel/DataEntryPanel.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -379,16 +379,6 @@ Ext4.define('EHR.panel.DataEntryPanel', {
379379

380380
this.add(toAdd);
381381
this.hasStoreCollectionLoaded = true;
382-
383-
// Load-time validation requests start before the form renders, so 'validationstart' has already fired (and
384-
// was suppressed) and 'beforevalidation' never fires for them. If they are still in flight once the form is
385-
// visible, show the indicator directly; 'validationcomplete' will hide it when they drain.
386-
// Ext4.defer(function(){
387-
// if (this.storeCollection && this.storeCollection.validationRequestsInFlight > 0){
388-
// this.validationInProgress = true;
389-
// this.setValidationIndicatorVisible(true);
390-
// }
391-
// }, this.storeCollection.clientDataChangeBuffer * 2, this);
392382
},
393383

394384
updateMinWidth: function(minWidth){

0 commit comments

Comments
 (0)