File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -268,10 +268,6 @@ var App = (function ($, publ) {
268
268
269
269
// Handle multiple maps per page
270
270
maps . push ( map ) ;
271
-
272
- // Pass map properties before edit to edit map
273
- var beforeEditProperties = $ ( ".ol-map" ) . data ( "geom" ) . properties
274
- $ ( "#all_attributes .ol-map" ) . data ( "geom" ) . properties = beforeEditProperties
275
271
} ;
276
272
277
273
/**
@@ -314,7 +310,7 @@ var App = (function ($, publ) {
314
310
color = "#FFD700" ;
315
311
var plugin_settings = defaults . pluginSettings
316
312
317
- var status_id = feature . get ( 'status_id' ) ;
313
+ var status_id = $ ( "#issue_status_id" ) . val ( ) ;
318
314
if ( status_id ) {
319
315
var key = "status_" + status_id ;
320
316
if ( key in plugin_settings ) {
@@ -333,7 +329,7 @@ var App = (function ($, publ) {
333
329
var symbol = "mcr-icon-write" ;
334
330
335
331
var plugin_settings = $ ( "#ol-defaults" ) . data ( "pluginSettings" ) ;
336
- var tracker_id = feature . get ( 'tracker_id' ) ;
332
+ var tracker_id = $ ( "#issue_tracker_id" ) . val ( ) ;
337
333
if ( tracker_id ) {
338
334
var key = "tracker_" + tracker_id ;
339
335
if ( key in plugin_settings ) {
You can’t perform that action at this time.
0 commit comments