Fix View Data option and column config for Foreign Tables. Fixes #2691

This commit is contained in:
Akshay Joshi
2017-09-18 14:32:17 +01:00
committed by Dave Page
parent 8bededa859
commit bdc08d94c4
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -660,7 +660,7 @@ class ForeignTableCommand(GridCommand):
It is a derived class for ForeignTable type.
"""
object_type = 'foreign-table'
object_type = 'foreign_table'
def __init__(self, **kwargs):
"""