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
Yes, this is a property that was inadvertently left in Request Object. Currently, the create view endpoint should not be used to directly create plugin views, as there is a separate dedicated endpoint being used for plugin view creation.
Quick question, can I safely delete
pluginId
from view schema?teable/packages/core/src/models/view/view.schema.ts
Line 55 in 3bdb38f
I checked code real quick and plugin view always uses
/options.pluginId
(green) property, so I think/pluginId
(red) isn't used anywhere.The text was updated successfully, but these errors were encountered: