if (versionData['newer_id']) {
      this.newerButton.purgeListeners();
      this.newerButton.on('click', function(){ this.getVersion({'id': versionData['newer_id']}) }, this);
      this.newerButton.enable();
      col_model.setHidden( col_model.findColumnIndex('next_version') , false );