Yes, this is fixed in the upcoming release. You will need to edit the add and update routes by adding or updating the code to this:
$addr->endDate = ($app->req->post['endDate'] != '' ? $app->req->post['endDate'] : NULL)
Joshua Parker
Twitter | Facebook | DigitalOcean | tinyCampaignYou need to login in order to like this post: click here
Yup, updating the endDate in address table from “0000-00-00” to NULL worked.
But when the address of a particular person is being updated it’s going back to “0000-00-00”, and all the other user addresses reflecting this person address.
You need to login in order to like this post: click here
The problem is when endDate in the address table is equal to ‘0000-00-00’. They should instead by NULL.
Joshua Parker
Twitter | Facebook | DigitalOcean | tinyCampaignYou need to login in order to like this post: click here
I created custom view and router for the person. I attached the same, please find the attachments.
Attachments:
You must be logged in to view attached files.You need to login in order to like this post: click here
This issue came up a while back and has since been fixed. I don’t remember what the issue was or what needed to be done to fix it. I will need to see your NAE router and view.
Joshua Parker
Twitter | Facebook | DigitalOcean | tinyCampaignYou need to login in order to like this post: click here
I have found a couple of other issues, this seems really strange to me.
Everyone got the same address in their “profile” and “person view”
The remaining screens are fine, I mean the student header and “/adsu/” screen, they are all showing the original address only the “profile” screen and “person view”(Mailing address & Contact Details) screens are showing the same address across all the persons.
and the other is date picker is not working across some screens like add program, add restriction etc.
I looked around the cronjob handler and I checked all the jobs and they are fine, changed the password. But there is no change, they run sometimes If I manually run from “Handler Dashboard”
You need to login in order to like this post: click here
The topic ‘Address Issue – NAE’ is closed to new replies.