Moving the messages used in common utilities in a separate javascript.

This commit is contained in:
Ashesh Vashi
2016-04-11 17:05:49 +05:30
parent d53ab31eb8
commit e07ebdc049
7 changed files with 58 additions and 31 deletions

View File

@@ -1631,7 +1631,7 @@
_.indexOf(s.mode, mode) != -1)) {
// Each field is kept in specified group, or in
// 'General' category.
var group = s.group || pgBrowser.messages.general_cateogty,
var group = s.group || pgBrowser.messages.GENERAL_CATEOGTY,
control = s.control || Backform.getMappedControl(s.type, mode),
cell = s.cell || Backform.getMappedControl(s.type, 'cell');