Re: [xwiki-users] Livetable and rights or filter issues

2016-12-14 Thread walach84
Thank you for your help Eduard.
I was trying to look for a JSON trouble.
But in fact I solve the problem, my template of Demandes.class was a hidden
page, so by heritance, all pages generated were hidden.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Livetable-and-rights-or-filter-issues-tp7602056p7602096.html
Sent from the XWiki- Users mailing list archive at Nabble.com.


Re: [xwiki-users] Livetable and rights or filter issues

2016-12-13 Thread Eduard Moraru
Hi,

You can inspect the actual JSON result for any state of your LiveTable by
using the browser`s development tools, usually in the Network tab. Each
time you filter or load a LiveTable, a JSON request is performed and its
result can be inspected in the Network tab. You can check the JSON for
formatting errors, invalid states, rights issues or even if some exception
was received instead of a proper JSON result.

Also, is this a custom LiveTable, with a custom results page?

Hope this helps,
Eduard

On Fri, Dec 9, 2016 at 7:03 PM, walach84  wrote:

> Hello fellow Xwikiers,
>
> I need your help to solve a livetable issue for my business unit wiki.
>
> I have a Livetable displaying elements of a Class "Demandes", but only a
> part of them are not visible to some users without admin or programming
> rights.
>
> Only demands from 2015 are shown despite as soon as I create a new one, it
> is impossible to find it in the livetable. I checked the rights = no
> restrictions, I checked the livetable Velocity code = no filters anywhere.
>
> Is it possible that it is a trouble between database query and displaying
> in
> the livetable ? Some kind of trouble in JSON results ?
>
> Thank you for your help.
>
>
>
>
> --
> View this message in context: http://xwiki.475771.n2.nabble.
> com/Livetable-and-rights-or-filter-issues-tp7602056.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>


[xwiki-users] Livetable and rights or filter issues

2016-12-09 Thread walach84
Hello fellow Xwikiers,

I need your help to solve a livetable issue for my business unit wiki.

I have a Livetable displaying elements of a Class "Demandes", but only a
part of them are not visible to some users without admin or programming
rights.

Only demands from 2015 are shown despite as soon as I create a new one, it
is impossible to find it in the livetable. I checked the rights = no
restrictions, I checked the livetable Velocity code = no filters anywhere.

Is it possible that it is a trouble between database query and displaying in
the livetable ? Some kind of trouble in JSON results ?

Thank you for your help.




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Livetable-and-rights-or-filter-issues-tp7602056.html
Sent from the XWiki- Users mailing list archive at Nabble.com.