linkedhumanities / lode

Linked Open Data Enhancer
4 stars 0 forks source link

Stuck when enhancing object property with several values #66

Closed mniepert closed 10 years ago

mniepert commented 11 years ago

How to reproduce the problem:

Go to enhancer interface for a thinker that has the object property "subject" with several values. Drag and drop "subject" to "add new object property". Select several entries and click on enhance. The pop-up never closes and the user is stuck. The values are actually added once the interface is reloaded.

sztyler commented 11 years ago

does not appear in rev. a9e515ae (tested with the properties "subject" and "wiki page external links" added more then 20 values for each property at once - instance: "Plato").

Note: It is possible that it takes up to one second to insert "one" value in the database. The speed also depend from the speed of the own internet connection

mniepert commented 11 years ago

This is still a problem. It is stuck indefinitely.

sztyler commented 11 years ago

ok - I will check it again

mniepert commented 10 years ago

bump...

sztyler commented 10 years ago

I already localized the problem. It is an nullpointer in the java script part (this is independet of the number selected values). This problem does not influence any other part. I will fix it at the end of the week.

Thx for the reminder :)

sztyler commented 10 years ago

fixed in rev. 74c9dae

mniepert commented 10 years ago

This is where I wanted to write this. The weird thing is that this only happens for "object properties" and it happens even if only one single value is added. The problem is probably rooted in the query which is specific for object properties.

mniepert commented 10 years ago

This is not a problem on the development server. So I assume the stable server hasn't been updated. Ignore the previous messages.

sztyler commented 10 years ago

Stable Server will be updated tomorrow ;)