rejetto forum

Software => HFS ~ HTTP File Server => Bug reports => Topic started by: merlinuwe on May 18, 2010, 06:47:02 PM

Title: Message: You cannot select this item
Post by: merlinuwe on May 18, 2010, 06:47:02 PM
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)
Title: Re: Message: You cannot select this item
Post by: maverick on May 18, 2010, 11:20:18 PM
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.
Title: Re: Message: You cannot select this item
Post by: rejetto on May 29, 2010, 05:50:42 PM
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?
Title: Re: Message: You cannot select this item
Post by: SilentPliz on May 29, 2010, 06:14:42 PM

anyone testing?


Done...  that seems ok now.
Title: Re: Message: You cannot select this item
Post by: rejetto on May 29, 2010, 06:34:18 PM
good, i'll include this fix in next release (261)
Title: Re: Message: You cannot select this item
Post by: merlinuwe on June 01, 2010, 07:20:28 AM
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.
Title: Re: Message: You cannot select this item
Post by: Mars on June 01, 2010, 01:00:23 PM
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
Title: Re: Message: You cannot select this item
Post by: rejetto on June 11, 2010, 05:13:41 PM
i guess it's true