Re: [Koha] "DataTables warning" on detail.pl (Staff Interface)

2015-11-25 Thread Jonathan Druart
grex sent me a screenshot and I reproduced the issue.
A patch is available for testing on bug 15256.
This affects 3.18.x, 3.20.x and master.

2015-11-25 12:30 GMT+00:00 Jonathan Druart
:
> Could you take a screenshot of the page where you get the warning message?
>
> 2015-11-25 10:58 GMT+00:00 le-grex :
>> Am 25.11.2015 um 09:35 schrieb Jonathan Druart:
>>
>>> Hi grex,
>>
>> Hi Jonathan,
>>
>>>
>>> I don't get this error with a patron having only the catalogue permission.
>>> Are you sure you have correctly refreshed the page to update the JS code?
>>
>> Not sure how to do it correctly, but i have it in different Browsers and
>> also my colleagues do see this.
>>
>>> Which columns do you have on the items table?
>>
>> There are:
>>
>> itemnumber
>> biblionumber
>> biblioitemnumber
>> barcode
>> dateaccessioned
>> booksellerid
>> homebranch
>> price
>> replacementprice
>> replacementpricedate
>> datelastborrowed
>> datelastseen
>> stack
>> notforloan
>> damaged
>> itemlost
>> itemlost_on
>> withdrawn
>> withdrawn_on
>> itemcallnumber
>> coded_location_qualifier
>> issues
>> renewals
>> reserves
>> restricted
>> itemnotes
>> itemnotes_nonpublic
>> holdingbranch
>> paidfor
>> timestamp
>> location
>> permanent_location
>> onloan
>> cn_source
>> cn_sort
>> ccode
>> materials
>> uri
>> itype
>> more_subfields_xml
>> enumchron
>> copynumber
>> stocknumber
>>
>>> Confirm that you are running Koha 3.20.05.
>>
>> I confirm that: koha-common_3.20.05.
>>
>> And as addendum:
>>
>> The problem is happening if there is more than 1 item for one
>> bibliographic record. Like 2 in one Library or one in each of 2
>> libraries. But since this is no problem in a different instance, it's
>> not the main clue...
>>
>>>
>>> Regards,
>>> Jonathan
>>
>> Thank you,
>>
>> grex
>> ___
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> https://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] "DataTables warning" on detail.pl (Staff Interface)

2015-11-25 Thread Jonathan Druart
Hi grex,

I don't get this error with a patron having only the catalogue permission.
Are you sure you have correctly refreshed the page to update the JS code?
Which columns do you have on the items table?
Confirm that you are running Koha 3.20.05.

Regards,
Jonathan

2015-11-24 16:40 GMT+00:00 le-grex :
> Hey,
>
> i have a problem i have no solution for:
>
> A user played (indeed on a "sandbox", latest Stable Koha) with user
> permissions and misc. settings in the Administration menu. And yes it's
> totally unclear, what exactly made this effect happen or what he did,
> but here it is:
>
> If you now search for books in the opac staff interface as a user who is
> not superlibrarian, i got a error message:
>
> "DataTables warning: table id=DataTables_Table_1 - Requested unknown
> parameter '8' for row0."
>
> There i can click OK and it's all working, i don't see any problem,
> besides this annoying error message.
>
> A Superlibrarian doesn't see this error. And it's only on the detail.pl
> view, so i.e. not on MARCdetail.pl and so on.
>
> There are two other Koha-Instances on this, they don't have this
> problem. I even tried to restore an older Version of the Database of
> this Instance with no effect.
>
> So i'm lost for now, not sure where to start.
>
> I hope you have an idea.
>
> Thank you,
>
> grex
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] "DataTables warning" on detail.pl (Staff Interface)

2015-11-25 Thread Jonathan Druart
Could you take a screenshot of the page where you get the warning message?

2015-11-25 10:58 GMT+00:00 le-grex :
> Am 25.11.2015 um 09:35 schrieb Jonathan Druart:
>
>> Hi grex,
>
> Hi Jonathan,
>
>>
>> I don't get this error with a patron having only the catalogue permission.
>> Are you sure you have correctly refreshed the page to update the JS code?
>
> Not sure how to do it correctly, but i have it in different Browsers and
> also my colleagues do see this.
>
>> Which columns do you have on the items table?
>
> There are:
>
> itemnumber
> biblionumber
> biblioitemnumber
> barcode
> dateaccessioned
> booksellerid
> homebranch
> price
> replacementprice
> replacementpricedate
> datelastborrowed
> datelastseen
> stack
> notforloan
> damaged
> itemlost
> itemlost_on
> withdrawn
> withdrawn_on
> itemcallnumber
> coded_location_qualifier
> issues
> renewals
> reserves
> restricted
> itemnotes
> itemnotes_nonpublic
> holdingbranch
> paidfor
> timestamp
> location
> permanent_location
> onloan
> cn_source
> cn_sort
> ccode
> materials
> uri
> itype
> more_subfields_xml
> enumchron
> copynumber
> stocknumber
>
>> Confirm that you are running Koha 3.20.05.
>
> I confirm that: koha-common_3.20.05.
>
> And as addendum:
>
> The problem is happening if there is more than 1 item for one
> bibliographic record. Like 2 in one Library or one in each of 2
> libraries. But since this is no problem in a different instance, it's
> not the main clue...
>
>>
>> Regards,
>> Jonathan
>
> Thank you,
>
> grex
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] "DataTables warning" on detail.pl (Staff Interface)

2015-11-25 Thread le-grex
Am 25.11.2015 um 09:35 schrieb Jonathan Druart:

> Hi grex,

Hi Jonathan,

> 
> I don't get this error with a patron having only the catalogue permission.
> Are you sure you have correctly refreshed the page to update the JS code?

Not sure how to do it correctly, but i have it in different Browsers and
also my colleagues do see this.

> Which columns do you have on the items table?

There are:

itemnumber
biblionumber
biblioitemnumber
barcode
dateaccessioned
booksellerid
homebranch
price
replacementprice
replacementpricedate
datelastborrowed
datelastseen
stack
notforloan
damaged
itemlost
itemlost_on
withdrawn
withdrawn_on
itemcallnumber
coded_location_qualifier
issues
renewals
reserves
restricted
itemnotes
itemnotes_nonpublic
holdingbranch
paidfor
timestamp
location
permanent_location
onloan
cn_source
cn_sort
ccode
materials
uri
itype
more_subfields_xml
enumchron
copynumber
stocknumber

> Confirm that you are running Koha 3.20.05.

I confirm that: koha-common_3.20.05.

And as addendum:

The problem is happening if there is more than 1 item for one
bibliographic record. Like 2 in one Library or one in each of 2
libraries. But since this is no problem in a different instance, it's
not the main clue...

> 
> Regards,
> Jonathan

Thank you,

grex
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] "DataTables warning" on detail.pl (Staff Interface)

2015-11-24 Thread le-grex
Hey,

i have a problem i have no solution for:

A user played (indeed on a "sandbox", latest Stable Koha) with user
permissions and misc. settings in the Administration menu. And yes it's
totally unclear, what exactly made this effect happen or what he did,
but here it is:

If you now search for books in the opac staff interface as a user who is
not superlibrarian, i got a error message:

"DataTables warning: table id=DataTables_Table_1 - Requested unknown
parameter '8' for row0."

There i can click OK and it's all working, i don't see any problem,
besides this annoying error message.

A Superlibrarian doesn't see this error. And it's only on the detail.pl
view, so i.e. not on MARCdetail.pl and so on.

There are two other Koha-Instances on this, they don't have this
problem. I even tried to restore an older Version of the Database of
this Instance with no effect.

So i'm lost for now, not sure where to start.

I hope you have an idea.

Thank you,

grex
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha