* Use extensionId/prototype name instead of just the prototype name if a filter
refers to the prototype column. Fixes bug 484 <http://helma.org/bugs/show_bug.cgi?id=484> (merging to helma_1_5 from HEAD)
This commit is contained in:
parent
1b32fa7cee
commit
c0cc7a633d
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ public final class Relation {
|
|||
} else if (columnName.equals(dbmap.getNameField())) {
|
||||
value = nonvirtual.getName();
|
||||
} else if (columnName.equals(dbmap.getPrototypeField())) {
|
||||
value = nonvirtual.getPrototype();
|
||||
value = dbmap.getExtensionId();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue