Improved handling of document's license

Merged, abandoned or rejected pull requests are moved here to clear the main Pull Requests forum.
wmayer
Founder
Posts: 20309
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Improved handling of document's license

Post by wmayer »

Following the steps described by Mateusz I can confirm the issue. The problem seems that prefLicenseUrl is not saved in the user.cfg when it's empty. But the funny thing is that this only happens in Debug mode and in Release mode everything works correctly.

EDIT: The saving is OK but the problem is that when reading the line
<FCText Name="prefLicenseUrl"></FCText>
the parameter key is not created.
wmayer
Founder
Posts: 20309
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Improved handling of document's license

Post by wmayer »

git commit bd94486 fixes the inconsistencies.
User avatar
f3nix
Posts: 346
Joined: Sat May 30, 2015 11:58 am

Re: Improved handling of document's license

Post by f3nix »

wmayer wrote:git commit bd94486 fixes the inconsistencies.
Hi,
great! Thank You! :)

Cheers,
Mateusz
Post Reply