-
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
Created By and Modified By Columns are not populated. #2020
Comments
Can confirm that this is an issue - whether creating data via the builder or via the app. Have tried a few different users. |
@shogunpurple for some reason I'm still experiencing this issue despite the merge. Is it because it hasn't been pushed to a release yet? |
@dashrandom are you using an existing app? The fix above will not backfill old entries. If this occurs when you are creating a new row, is there any errors in the browser console? What Budibase version are you on? |
Oh also @dashrandom did you upload your data with a CSV? We noticed an issue with this and there’s a PR up to fix it: |
@shogunpurple I'm using an existing app, but updated it to version 0.9.114 of Budibase. I'm not looking to backfill old entries, I tested with new entries but it doesn't work. Nope, not uploading with CSV either. I created actual entries both from backend and via the app and both ways the created by and updated by do not populate. Let me know if I can provide some logs or further details. |
@dashrandom thanks - does the issue still occur in a new app? I'm having trouble recreating it, just trying to identify how it's happening |
@shogunpurple I just tested a new app and I confirm it doesn't happen with the new app! Does this mean that the upgrade process for existing apps does not move the merge fixes? I'm going to try exporting the bugged app and reimporting to see if it fixes it and report back. |
Exporting and importing the app with the issue, the same issue is carried over. I've provided the export here for you to verify on your instance. |
@shogunpurple sorry to ask so soon but any suggestions? should I just abandon the existing app and migrate to a new one from scratch? |
No, it just means that there was step missing in the original app and your data ended up in a strange state - that's why the problem carried over when you imported/exported. The team are off today, so we haven't had a chance to look at your export just yet to debug. I will respond in due course as we do over the next couple of days. In the meantime - the best thing to do would be to just recreate the tables that you already have in your app, which will solve the |
Using Budibase 0.9.73 Docker deployment on Windows
I added a new internal table (Files) with all auto columns and the related screens.
When I add a new row, the Created By column is empty.
I expected that the Created By column will be set with the current user.
Am I missing something?
Originally posted by @medouederni in #1022 (comment)
The text was updated successfully, but these errors were encountered: