File connector interface, bug?

84 views
Skip to first unread message

gmojoli

unread,
Mar 22, 2012, 8:26:14 AM3/22/12
to Constellio
hallo,
I'm testing Constellio for my company, and i recently updated it to
new release 1.3 ( fresh install ), i run it with

I can tested http indexing ( setup with no security ) and file
indexing ( security activated)
I have a problem with file connector interface.

I choose to add multiple start path to increase performances, but with
versione UI 1.3 I can't add lines to start path ( i have many folders
under the root one ) . We tested Constellio 1.2 and it worked.

The method called is :
<button type="button" onclick="addMoreRowsToTable_start_table()"
id="more_start_table_button">Ajouter une ligne</button>

Any suggestion?

Thank you


Giovanni A. Mojoli

Nicolas Bélisle

unread,
Mar 22, 2012, 9:48:44 AM3/22/12
to const...@googlegroups.com
Hi,
 
I just tested the 1.3 (Binary) release on Firefox, Chrome and IE and could successfully add lines to the start path for the File Connector.
What browser are you using ? Do you have a Javascript error ?
 
Regards,
 
Nicolas

 

--
Vous recevez ce message, car vous êtes abonné au groupe Google Groupes Constellio.
Pour envoyer un message à ce groupe, adressez un e-mail à const...@googlegroups.com.
Pour vous désabonner de ce groupe, envoyez un e-mail à l'adresse constellio+...@googlegroups.com.
Pour plus d'options, consultez la page de ce groupe : http://groups.google.com/group/constellio?hl=fr




--
Nicolas Bélisle
DocuLibre inc.
http://www.doculibre.com
Phone/Tél. 514.655.5185
Skype: nicolas.belisle

gmojoli

unread,
Mar 22, 2012, 11:09:21 AM3/22/12
to Constellio

Hi,
I tried Firefox 10.0.2 , Safari 5.14 and IE8
Yes , i have an error
My Firebug says the problem is here

addMoreRowsToTable_start_table is not defined
onclick(event=click clientX=352, clientY=122)?wicke...onclick (riga 2)
[Interrompi per questo errore]

addMoreRowsToTable_start_table();

addMoreRowsToTable_start_table is not defined

Thank you for your kind and fast answer

G.A.Mojoli
> DocuLibre inc.http://www.doculibre.com
> Phone/Tél. 514.655.5185
> Skype: nicolas.belisle

gmojoli

unread,
Mar 22, 2012, 11:19:09 AM3/22/12
to Constellio
Maybe also this from firebug may help..


function addMoreRowsToTable_include_table() {
var tableElem = document.getElementById('include_table');
var tbodyElem = tableElem.getElementsByTagName('tbody')[0];
var firstInvisibleRowIndex = -1;
for (i = 0; i < 24; i++) {
var trElem = tbodyElem.getElementsByTagName('tr')[i];
if (trElem.style.display == 'none') {
firstInvisibleRowIndex = i;
break;
}
}
switch(firstInvisibleRowIndex) {
case -1:
alert('Impossible d'ajouter une ligne.');
break;
case (24 - 1):

gmojoli

unread,
Mar 23, 2012, 6:01:43 AM3/23/12
to Constellio
Hi,
i catched the problem.
I'm working on UI to add italian language adding xxx_it.properties
file and adding "it" selection in ./WEB-INF/classes/constellio.xml
We choose "it" as default language for the Admin .
My personalization is actually buggy or at least uncomplete.
Setting "en" as default language for Admin solved.

Thank you again for kind answer.

P.S.
I will contribute .it files when all ok and if requested

G.A.Mojoli

Nicolas Bélisle

unread,
Mar 23, 2012, 8:34:10 AM3/23/12
to const...@googlegroups.com
Thank you for the update.
 
Nicolas
Reply all
Reply to author
Forward
0 new messages