PM-365 Upgrade de ls PM2.5 + enterprise 2.0.17 puede dar conflictos SOLVED
- The enterprise plugin files cause conflicts. - A validation was added in function upgrade moving the files to the shared.
This commit is contained in:
@@ -374,7 +374,7 @@ Ext.onReady(function () {
|
||||
renderer: function (value, metaData, record, rowIndex, colIndex, store)
|
||||
{
|
||||
var arrayMatch = [];
|
||||
var newValue = value;
|
||||
var newValue = _(value);
|
||||
|
||||
if ((arrayMatch = /^\*\*(.+)\*\*$/.exec(value))) {
|
||||
newValue = _(arrayMatch[1]);
|
||||
|
||||
Reference in New Issue
Block a user