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)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 3 Nov 2017 20:19:26 +0000 (16:19 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Conflicts:
Open-ILS/web/js/ui/default/staff/services/ui.js

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
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>