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

Date type (without timestamp) doesn't allow to enter date #1014

Closed
AlexMikhalev opened this issue Nov 17, 2024 · 6 comments
Closed

Date type (without timestamp) doesn't allow to enter date #1014

AlexMikhalev opened this issue Nov 17, 2024 · 6 comments

Comments

@AlexMikhalev
Copy link
Collaborator

Screenshot 2024-11-17 at 13 59 04 If you create a new class with a date type, when you make an instance, it fails the UI check and doesn't allow you to commit because the required property "Release-date" is missing. The latest tag from the docker and ontology is public https://common.terraphim.io/drive/h6grD0ID/ontology/learning-rust#list-item-https://common.terraphim.io/drive/h6grD0ID/ontology/learning-rust/class/homepage following astro guide: I wanted to add releases as part of the upcoming article on how to use atomic with vanilla typescript.
@Polleps
Copy link
Member

Polleps commented Nov 18, 2024

You are running an older version. (That markdown input has been replaced a couple of versions ago)
If you did update to a newer version but you still get this old UI it's likely the service worker that needs to refresh. Try clearing all page data by going to the 'application' tab in devtools and clicking the 'clear all data' button. Then reload the page.

@Polleps Polleps closed this as completed Nov 18, 2024
@AlexMikhalev
Copy link
Collaborator Author

I pulled the latest docker yesterday, so whatever was published in the latest tag was added.
@joepio do you need to manually push docker into dockerhub?

@AlexMikhalev AlexMikhalev reopened this Nov 18, 2024
@AlexMikhalev
Copy link
Collaborator Author

Bug is true even in Firefox Screenshot 2024-11-18 at 11 04 35

@joepio
Copy link
Member

joepio commented Nov 18, 2024

Problem is that :latest tags aren't applied, see #990

You can use :develop or :master

@joepio joepio closed this as completed Nov 18, 2024
@Polleps Polleps reopened this Nov 18, 2024
@Polleps
Copy link
Member

Polleps commented Nov 18, 2024

Looks like this is only a problem with Date inputs, not with Timestamps

@Polleps
Copy link
Member

Polleps commented Nov 18, 2024

Forgot to mention this issue but fixed in 121f416

@Polleps Polleps closed this as completed Nov 18, 2024
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

3 participants