You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You kind-of solved an issue in the previous release saying:
Show better indication when item in Entity-Picker doesn't exist #3504
So that was really nice :-), only the validation can get stuck.
I'll try to explain.
Instructions to Reproduce the Problem
Right now, when I add a new item in the blog module, the 'Add' button is greyed out because there are some required fields I have to fill. Like:
title
content
category
author
When I fill these, the 'Add' button turns blue/active, so I can save my new blogpost.
So far everything works perfect.
However, when I click on the plus button to add a new entry, and then click on the greyed out 'Add' button.
It first shows a toast/popup message saying which fields are required.
Then, when I fill these field (I made sure I really, really filled the required fields, trust me)
The button still stays greyed out/disabled.
So I think there is something not totally correct yet in the validation:
Maybe it has something to do with the fact you first have to enter a title before you can enter other fields in the blog app, but I'm not sure about that...
Your environment
2sxc version(s): 18.6.1
Browser: all
DNN: 9.13.04
Hosting platform: azure
Language: Dutch
The text was updated successfully, but these errors were encountered:
I'm submitting a
[x] bug report
...about
[x] edit experience / UI
Current Behavior / Expected Behavior
You kind-of solved an issue in the previous release saying:
Show better indication when item in Entity-Picker doesn't exist #3504
So that was really nice :-), only the validation can get stuck.
I'll try to explain.
Instructions to Reproduce the Problem
Right now, when I add a new item in the blog module, the 'Add' button is greyed out because there are some required fields I have to fill. Like:
When I fill these, the 'Add' button turns blue/active, so I can save my new blogpost.
So far everything works perfect.
However, when I click on the plus button to add a new entry, and then click on the greyed out 'Add' button.
It first shows a toast/popup message saying which fields are required.
Then, when I fill these field (I made sure I really, really filled the required fields, trust me)
The button still stays greyed out/disabled.
So I think there is something not totally correct yet in the validation:

Maybe it has something to do with the fact you first have to enter a title before you can enter other fields in the blog app, but I'm not sure about that...
Your environment
The text was updated successfully, but these errors were encountered: