Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add editing capability for non-AICS data sources #347

Open
aswallace opened this issue Nov 23, 2024 · 0 comments
Open

Add editing capability for non-AICS data sources #347

aswallace opened this issue Nov 23, 2024 · 0 comments
Assignees

Comments

@aswallace
Copy link
Contributor

aswallace commented Nov 23, 2024

Add editing capability for non-AICS data sources. This may already be addressed in the endpoint branch, but important to verify. If so, update ternary for edit modal in file access menu

Should be possible via SQL like:

UPDATE ${datasourceName}
SET ${columnToUpdate} = ${valueToReplaceWith}
WHERE ${here either select by row number or the internally made BFF ID} = ${list of row numbers or bff ids}

Originally posted by @SeanLeRoy in #338 (comment)

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

No branches or pull requests

1 participant