rejetto forum

Message: You cannot select this item

0 Members and 1 Guest are viewing this topic.

Offline merlinuwe

  • Occasional poster
  • *
    • Posts: 7
    • View Profile
When I access a folder, I get for a few milliseconds the message at the upper left side of the page
"You cannot select this item"

See the screenshot, please:

When I access a folder in a network, sometimes this message stays visible and I get no access (even when I try again). When I log in (under the same account) from an other computer, I get access.

What can I do to avoid this behaviour? (I use 2.3 beta build #260)


Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile
I have seen that behavior when I was testing the new default template.  That message didn't stay visible for me but showed then disappeared.  I think it may be a bug.
maverick


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
i think the problem is at this line of the template
{.if not|{.get|can delete.}{.and|{.get|can access.}|{.get|can archive item.}.}|non.}selectable

i guess it should be
{.if not|{.or|{.get|can delete.}|{.get|can access.}|{.get|can archive item.}.}|non.}selectable

anyone testing?


Offline SilentPliz

  • Operator
  • Tireless poster
  • *****
    • Posts: 1298
  • ....... chut ! shh!
    • View Profile

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile

Offline merlinuwe

  • Occasional poster
  • *
    • Posts: 7
    • View Profile
anyone testing?

Tested with IE 8, Firefox 3.6.3, Google Chrome 5.0.375.55, and it's ok.

Thank you very much for resolving the problem.


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
you can remove the macro {.or| | | .} ;)

{.if not|{.or|{.get|can delete.}|{.get|can access.}|{.get|can archive item.}.}|non.}selectable

{.if not|{.get|can delete.}{.get|can access.}{.get|can archive item.}|non.}selectable

Isn't it Boss? :D
« Last Edit: June 01, 2010, 01:16:34 PM by Mars »


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile