cancel
Showing results for 
Search instead for 
Did you mean: 

alfresco share

rutaveejshah
Champ in-the-making
Champ in-the-making
I am currently using alfresco community Edition 4.0d.
I have add a new text field in the authority-finder-get-html.ftl.
I am changing the alfresco authority-finder-min.js so that user cna search basis on the second input text field.But the change is not reflected.

For example:-
var searchText = Dom.get(this.id + "-search-text");

I have made it to as per the second text field ID:-
var searchText = Dom.get(this.id + "-search-text1");

Changes are not refleted?

What should i do for that?

Is it possible that i am using community edition so that changes are not reflected.


Please reply as early as possible..
Thank you.

2 REPLIES 2

zladuric
Champ on-the-rise
Champ on-the-rise
Did you change all instances of searchTerm? There are more then one in that file.

Also, do you work with authority-finder.js and then compress the file? Is your browser cache clear?

Thanks for your reply.
It is now works for me now.
I think it does not work due to i didnot clear catch memory.
Thanks.