aces / cbrain

CBRAIN is a flexible Ruby on Rails framework for accessing and processing of large data on high-performance computing infrastructures.
GNU General Public License v3.0
71 stars 42 forks source link

How to create a custom filter by file name prefix #1256

Closed MontrealSergiy closed 2 years ago

MontrealSergiy commented 2 years ago

I created a custom filter, with name, file type,

Filename: | Begins with, c

Child name contains (lists parents): | sub

Parent name contains (lists children): | sub

yet cbrains generates an error File name type both filename fields should be set if you want to filter by filename, is something missing or a bug

image

prioux commented 2 years ago

The error message is horrible but I think it means you can't filter by both children and parents. You provided names in both search fields.

MontrealSergiy commented 2 years ago

Ok, now I can reproduce only on Opera browser, it renders one field less than needed, I figure some jquery issue.

MontrealSergiy commented 2 years ago

chrome rendering image

MontrealSergiy commented 2 years ago

now firefox seems fine

natacha-beck commented 2 years ago

Tested on Chrome I see no issue.