addon365 / b1ke-sh0wr00m

Apache License 2.0
0 stars 0 forks source link

Not Supported Exception thrown on LicenseMaster Id (Debug Mode Alone) #26

Closed sathishid closed 5 years ago

sathishid commented 5 years ago

This reproduced due to change of LicenseMaster id as Guid to Int64

sathishid commented 5 years ago

Issue: Earlier Guid is generated in BaseEntity constructor but now LicenseMaster is not the sub class of BaseEntity so on seeding (seeding works only in Debug Mode) sample license not generated due id value missing.

Fix: Now value provided for License id in License.json seeding file.

Commit Details:

47fa37f8605c002e55603d34d4a5e5544d6c10b2