assigning security group to a party without validations
-------------------------------------------------------
Key: OFBIZ-3071
URL: https://issues.apache.org/jira/browse/OFBIZ-3071
Project: OFBiz
Issue Type: Bug
Reporter: Abdullah Shaikh
Priority: Minor
When adding user login to Security Group, the fromDate & thruDate input fields
are not mandatory, if not specified the fromDate is set to current timestamop
and thruDate is entered in database as null, which means the user login is
assigned that Security Group forever, but when if the same Security Group is
added, it again adds it, but instead it should check that if the thruDate is
null in the already entered record then shouldn't add new record.
If incase the thruDate is specified during the creation of 1st record then
while adding the 2nd record for the same Security Group, it should check if the
thruDate of previous record is before the fromDate of the new record, this
check also doesn't happen.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.