Browse Source
UI-3201: Fix incorrect submodule name when loading template (#89)
4.3
Joris Tirado
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
submodules/groups/groups.js
|
|
|
@ -1221,7 +1221,7 @@ define(function(require) { |
|
|
|
data: { |
|
|
|
number: number |
|
|
|
}, |
|
|
|
submodule: 'numbersItemRow' |
|
|
|
submodule: 'groups' |
|
|
|
})), |
|
|
|
argsFeatures = { |
|
|
|
target: rowTemplate.find('.edit-features'), |
|
|
|
|