Skip to content

#2169 add BeginEditSession and EndEditSession rpc and add isEditable to tableDef and column#2178

Open
tanjjj wants to merge 12 commits into
finos:mainfrom
tanjjj:2169-add-rpc-messages-for-edit-mode
Open

#2169 add BeginEditSession and EndEditSession rpc and add isEditable to tableDef and column#2178
tanjjj wants to merge 12 commits into
finos:mainfrom
tanjjj:2169-add-rpc-messages-for-edit-mode

Conversation

@tanjjj

@tanjjj tanjjj commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

closes #2169

Add BeginEditSession and EndEditSession rpc and EditInSessionTableRpcHandler

Add isEditable to TableDef. False by default. Allow true for standard table. If required in the future we can implement this for join table, sessino table etc.

Add isEditable to Column. False by default. Allow true for SimpleColumn. If required in the future we can implement this for join column, calculated column etc. For default columns, set to false by default except vuuMsg.

@netlify

netlify Bot commented Jun 16, 2026

Copy link
Copy Markdown

Deploy Preview for papaya-valkyrie-395400 canceled.

Name Link
🔨 Latest commit b9e946c
🔍 Latest deploy log https://app.netlify.com/projects/papaya-valkyrie-395400/deploys/6a4fc342ac68e7000701ac22

@tanjjj tanjjj changed the title #2169 add isEditable to tableDef and column #2169 add BeginEditSession and EndEditSession rpc and add isEditable to tableDef and column Jun 16, 2026
@tanjjj tanjjj marked this pull request as ready for review July 9, 2026 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add RPC message and handler for edit mode

1 participant