Question
Difference in the load time of instance.acl between 5.3 and 5.4?
Found something else odd in the upgrade to 5.4 M100 from 5.3 M040.
I had an ACL function in the instance.acl file that resided in a particular doctype, and it was called from the FOSI of said doctype to return a value to a savetext (occurred upon opening).
With the upgrade, opening a document of this doctype would throw an error that this function (defined in FOSI) was not found. The only way to get this func to load before the FOSI needed it was to move it to the init directory.
Doesn't hurt anything, just wondering why the change, or did I miss something (maybe a 'fix' that just showed up)? I guess I was just trying to avoid loading doctype-specific functions on startup if I didn't have to...
-Jason
I had an ACL function in the instance.acl file that resided in a particular doctype, and it was called from the FOSI of said doctype to return a value to a savetext (occurred upon opening).
With the upgrade, opening a document of this doctype would throw an error that this function (defined in FOSI) was not found. The only way to get this func to load before the FOSI needed it was to move it to the init directory.
Doesn't hurt anything, just wondering why the change, or did I miss something (maybe a 'fix' that just showed up)? I guess I was just trying to avoid loading doctype-specific functions on startup if I didn't have to...
-Jason
