Commit 8cad555f authored by Mykhailo Hurei's avatar Mykhailo Hurei Committed by Neslee Canil Pinto
Browse files

Issue #2764913 by ozin: Tabledrag initialized even when no result and "Save" is displayed as well

parent 6a4e1597
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ class views_handler_weight_selector extends views_handler_field {
  function views_form(&$form, &$form_state) {
    // The view is empty, abort.
    if (empty($this->view->result)) {
      $form['#access'] = FALSE;
      return;
    }