Skip to content

Commit

Permalink
Pman.Dialog.CoreNotifyRefer.bjs
Browse files Browse the repository at this point in the history
Pman.Dialog.CoreNotifyRefer.js
  • Loading branch information
roojs committed May 16, 2012
1 parent 616b072 commit 70e7f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pman.Dialog.CoreNotifyRefer.bjs
Expand Up @@ -163,7 +163,7 @@
"header": "Frequency",
"width": 100,
"xtype": "ColumnModel",
"|renderer": "function(v,x,r) { \n\n Roo.log(x);\n var matches = this.editor.field.store.query('code',v);\n if (!matches.length) {\n return '';\n }\n return String.format('{0}', matches.first().data.title);\n }",
"|renderer": "function(v,x,r) { \n\n Roo.log(this);\n var matches = this.editor.field.store.query('code',v);\n if (!matches.length) {\n return '';\n }\n return String.format('{0}', matches.first().data.title);\n }",
"|xns": "Roo.grid",
"items": [
{
Expand Down
2 changes: 1 addition & 1 deletion Pman.Dialog.CoreNotifyRefer.js
Expand Up @@ -246,7 +246,7 @@ Pman.Dialog.CoreNotifyRefer = {
width : 100,
renderer : function(v,x,r) {

Roo.log(x);
Roo.log(this);
var matches = this.editor.field.store.query('code',v);
if (!matches.length) {
return '';
Expand Down

0 comments on commit 70e7f1b

Please sign in to comment.