ColFusion / ColfusionWeb

Other
1 stars 2 forks source link

[SubmitData Page] Submit Data page still uses php API to get list of tables for data preview #30

Open EvgenyKarataev opened 9 years ago

EvgenyKarataev commented 9 years ago

For data preview on the submit new data page the call to php api is still being fired (visualization/VisualizationAPI.php?action=GetTablesList)

Check if REST API already provides this functionality or not. If it does, then use it, if it doesn't, then implement it :-)