Browse Source

UI-3201: Fix incorrect submodule name when loading template (#89)

4.3
Joris Tirado 7 years ago
committed by GitHub
parent
commit
7ef8993f5a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      submodules/groups/groups.js

+ 1
- 1
submodules/groups/groups.js View File

@ -1221,7 +1221,7 @@ define(function(require) {
data: {
number: number
},
submodule: 'numbersItemRow'
submodule: 'groups'
})),
argsFeatures = {
target: rowTemplate.find('.edit-features'),


Loading…
Cancel
Save