Closed mmuller closed 9 years ago
should not be included because it does not define events? that is not easy to compute before hand right now. If this is the reason I would suggest: wontfix
Maybe we can have a Connector define:
def has_events?
true
end
def has_actions?
true
end
Then each Connector can override it in case its sure there are no events/actions. In the case of Google Spreadsheet we would override it.
The same goes for each Entity/EntitySet in the code. That way we can show the user only what's necessary without unnecessary roundtrips to the server.
Partially solved for now.
Found in version ccff7a1
Having a GoogleSpreasheet connector Go to create a new Task Click 'Choose' from 'Events' Expand the options tree Search the name of the GoogleSpreadsheet Connector and select it Press the 'Select' button
Obtained: nothing happens Expected: Since GoogleSpreadsheet updates cannot be used as Event the Connector should not be included as option in the list of Events