Jiwa 7.2 Bugs  Topic is solved

Discussions relating to plugin development, and the Jiwa API.

Jiwa 7.2 Bugs

Postby SBarnes » Wed Aug 29, 2018 8:15 pm

Hi Mike

I have just discovered a bug in 7.2 that wasn't there in 7.1 if you have a system setting plugin and have code in the Button click to show a search that uses

Code: Select all
var search = JiwaFinancials.Jiwa.JiwaApplication.Manager.Instance.Search;


You need to change it to

Code: Select all
var search = BusinessLogicHost.Manager.Search;


Otherwise you get an error about the connection string not being initialised for PermissionDemand.

and further to this another issue is

Code: Select all
PrintUIObject = this.Manager.CreateReport(ReportDefinition,this, 1, true, false, true, "", false,1);


versus below which does not and produces an error about Base directory can not be blank

Code: Select all
PrintUIObject = JiwaFinancials.Jiwa.JiwaApplication.Manager.Instance.CreateReport(ReportDefinition,this, 1, true, false, true, "", false,1);


Looks like there are some issues with JiwaFinancials.Jiwa.JiwaApplication.Manager.Instance.
Regards
Stuart Barnes
SBarnes
Shihan
Shihan
 
Posts: 1620
Joined: Fri Aug 15, 2008 3:27 pm
Topics Solved: 175

Re: Jiwa 7.2 Bugs

Postby SBarnes » Fri Aug 31, 2018 5:58 pm

Hi Mike,

The permission demand error also occurs when Jiwa 7.2 attempts to email invoices, which would lead me to believe the email plugins have the same issues.
Regards
Stuart Barnes
SBarnes
Shihan
Shihan
 
Posts: 1620
Joined: Fri Aug 15, 2008 3:27 pm
Topics Solved: 175

Re: Jiwa 7.2 Bugs  Topic is solved

Postby Mike.Sheen » Fri Aug 31, 2018 6:32 pm

Thanks - logged as DEV-6864.
Mike Sheen
Chief Software Engineer
Jiwa Financials

If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution
User avatar
Mike.Sheen
Overflow Error
Overflow Error
 
Posts: 2445
Joined: Tue Feb 12, 2008 11:12 am
Location: Perth, Republic of Western Australia
Topics Solved: 757


Return to Technical and or Programming

Who is online

Users browsing this forum: No registered users and 8 guests