Home Analyst Portal - Community

Drop-down List size on portal & Text Field Regex Validation

Hi everyone,


We have installed Cireson Analyst portal (Community) for one of our customers for testing. I have couple of questions please.

1- The drop-down list width size on portal is very small compared to the values we have (3-levels values). It's very difficult to view the selected value. Is there a way to increase the list field width size on portal?

2- We have applied the following Regex Input validation for a text field in Request Offering, It got successfully applied on the built-in SCSM portal, but is not getting applied on Cireson portal (knowing that other Regex validations for another text fields on the same RO is getting applied). The Regex purpose is to force the end user to type a Share Folder path in the form of (\\ServerName\<Share Folder>\<Sub Share Folder>)


^\\{2}([Hh][Aa][Aa][Dd]\-[Vv]\-[Zz]|[Hh][Aa][Aa][Dd]\-[Vv]\-[Ii]|[Hh][Aa][Aa][Dd]\-[Vv]\-[Ff])(\\[\w\d][\w\s\d-_\[\]\(\){}~!@#$%^&+="';.,]*)+$


Thanks in Advance.

Alaa

Answers

  • Peter_MiklianPeter_Miklian Customer Advanced IT Monkey ✭✭✭
    1. I think you would achieve this by finding correct HTML element and edit the CSS file
    2. did you test your regex in some online tester? Are you sure you have no errors in it? If so, create an Incident for Cireson if you are customer. Maybe it's some bug :)
Sign In or Register to comment.