-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
auto columns not populated / deleted rows reappearing / and more #2139
Comments
I investigated the issue. As far as I can see the Created By is empty, because the new user is not known in the database of the app. When you first create an app, then you create a new user, and finally you open the created app with the new user and add a new row with a 'Created By' field, the system will try to find the user to create a link between the user and the created row. It will not find this new user, because it only has a reference document to the user who originally created the app. In order to fix this issue we need to add a reference to the new user ( |
I have followed the steps within the produced problem.pdf (linked above). I am seeing an issue still. Table created and populated by one user - Created By & Updated By columns populated accordingly. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I have tested this again and am no longer seeing the issue |
Discussed in #2132
Originally posted by projestra July 27, 2021
Dear all,
when I came across budibase a couple of days ago I was excited by the whole concept. Brilliant - many thanks!
I've installed budibase as instructed in die manuals via the CLI on an old iMac running Ubuntu 20.04.1. All components from node.js to docker where installed in their most current version. So far so good ... up and running smoothly.
Actually everything woks fine for as long as I work from a single user (which in my case is the budibase admin user). As soon as data rows are added from a second user account, database behaviour becomes very strange (to be on the safe side, I even ditched the whole install incl. containers and volumes, of course but the behaviour stays the same).
As this is best illustrated with a series of screenshots, I have attached a PDF illustrating the system behaviour. I don't have the faintest idea what may be going on here and would greatly appreciate some insight.
Many thanks in advance and kind regards,
Christian
The Problem.pdf
The text was updated successfully, but these errors were encountered: