Focus the next-status dropdown when present, otherwise nothing
authorMike Rylander <mrylander@gmail.com>
Mon, 12 Sep 2016 19:19:55 +0000 (15:19 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 31 Aug 2017 17:38:31 +0000 (13:38 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Conflicts:
Open-ILS/web/js/ui/default/staff/services/ui.js

Open-ILS/src/templates/staff/share/t_copy_alert_manager_dialog.tt2

index 43ba226..843ea0d 100644 (file)
@@ -32,7 +32,7 @@
           </div>
           <div class="col-md-4">
             <select id="select-next-status" class="form-control"
-                    ng-model="params.the_next_status"
+                    ng-model="params.the_next_status" focus-me="true"
                     ng-options="st.id() as st.name() for st in next_statuses">
             </select>
           </select>