You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
canCopy and canDownloadCsv options are false by default for iframes, as opposed to true by default for the ide. Ideally, there should be parity between the defaults between these use cases.
The text was updated successfully, but these errors were encountered:
devinrsmith
changed the title
Features available for iframes are no the same as the ide by default
Features available for iframes are not the same as the ide by default
May 31, 2023
It looks like this can be worked around by setting a query parameter http://localhost:10000/iframe/table/?name=parquet_table&canDownloadCsv, but I consider this an anti-feature wrt the original intentions (the idea was that the server should control whether or not this is enabled). I think we should get rid of allowing the value to be set by query param (in addition to having the same defaults as ide).
)
- Add UserUtils for fetching the User.
- Add ServerConfigBootstrap and UserBootstrap to bootstrap those objects
into context.
- Remove query parameters for controlling user function in iframes;
instead it is defined on the server.
- Fixes#1337.
canCopy and canDownloadCsv options are false by default for iframes, as opposed to true by default for the ide. Ideally, there should be parity between the defaults between these use cases.
The text was updated successfully, but these errors were encountered: