The problem
Here is the answer about extending default authority.ftl
in alfresco. But when pickerchildren.get.js
is invoked it has null instead of argsFilterString
. Also code sources pickerchildren.get.js
differes from sources in the answer.
About degugging
I have aready modified authority.ftl
to output expression ${field.control.params.filterString}
into html, so this paramer is not null and works as expected.
What I really can not understand is pickerchildren.get.js
, the line argsFilterString = args['filterString']
always return null. Also there is no special parameters in args
variable.
So how to pass new controll-param to alfresco picker when alfresco version is 5?