File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ var App = (function ($, publ) {
310
310
color = "#FFD700" ;
311
311
var plugin_settings = defaults . pluginSettings
312
312
313
- var status_id = $ ( "#issue_status_id" ) . val ( ) ;
313
+ var status_id = feature . get ( "status_id" ) || $ ( "#issue_status_id" ) . val ( ) ;
314
314
if ( status_id ) {
315
315
var key = "status_" + status_id ;
316
316
if ( key in plugin_settings ) {
@@ -329,7 +329,7 @@ var App = (function ($, publ) {
329
329
var symbol = "mcr-icon-write" ;
330
330
331
331
var plugin_settings = $ ( "#ol-defaults" ) . data ( "pluginSettings" ) ;
332
- var tracker_id = $ ( "#issue_tracker_id" ) . val ( ) ;
332
+ var tracker_id = feature . get ( "tracker_id" ) || $ ( "#issue_tracker_id" ) . val ( ) ;
333
333
if ( tracker_id ) {
334
334
var key = "tracker_" + tracker_id ;
335
335
if ( key in plugin_settings ) {
You can’t perform that action at this time.
0 commit comments