Closed wattsie closed 5 years ago
I cannot replicate this. Do you have any console errors?
Does the form object / title field look like this?
(look in the edit request response)
Not sure how to get to the same as you have shown. To me, it is like when you try to set "selected" on a standard form dropdown button, but the entry you have set does not match one in the list.
If I click on the (X) then the selections appear then I can select one.
Oh, the other interesting thing is, when looking at the person card, in the DB the title is "Mr" or #3, but the person is always showing as Female.
Very strange.
Not sure if this helps.
Just tried another computer (macOS) fresh git clone, set .env DB to SQLite data file in the database directory.
Opened in FF and went to view admin, and the title was not selected.
Serving via "valet"
PS: group and role work as expected.
Not sure how to get to the same as you have shown.
Go to the people table (people index) then open the browser console (ctrl shift i) and click edit on a person.
In the console go to the network tab and click the edit
request. In the right pane select the Preview
tab, then browse / inspect the form object
Try also creating a person on laravel-enso.com
. The github repo's master branch is automatically deployed on laravel-enso.com
on each commit, so it is similar to your clone.
Hi @aocneanu so I have narrowed it down a little.
Tried the docker setup, while painfully slow, did not have the issue. (ps: npm is not installed in the docker image by default, also, db hostname has to be mysqldb)
So I moved back to local "valet" and from a sqlite db to a local mariadb, and the problem has gone away.
Therefore, there must be something strange going on with you use an sqlite db.
Cheers.
This is a minor cosmetic issue...
Prerequisites
Description
When adding a new person, select "Mr" for the title, fill out other fields and hit submit. The review screen has a blank title field.
Steps to Reproduce
Expected behaviour
Add user
Actual behaviour
Add user, but info displayed is missing the title