-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
[Feature Request] Implement date field type #213
Comments
I ran into a similar issue while trying to debug the last issue I fixed. I have a good idea of what the source of the issue of the dates having values of other fields. I'll take a jab at it tonight. In terms of the date field, is your issue that you can't edit the field or that you would prefer the date field gets created with a default date instead of starting blank? (whether that be the current date or another default date) |
Right now date fields are implemented on the backend, but there's currently no frontend for the user to modify them with. The incorrect fields being shown on them might be related to #92 |
When I fixed #115 I found that the Containers list in preview panel appears to get out of order with the backend when it is sorted with "Alt + S", there is a chance that there are other ways it gets out of order as well. |
I think the the dates should be set using the meta data form the file. This information is already set, so why we don't use it?
|
Sw version: 9.2.1
When user want to add the Date fields (Date, Date Created, Date_x...) then the filed is added without date or the filed have old data from another filed.
Actions:
Expected:
Observed:
The text was updated successfully, but these errors were encountered: