widgetastic.core icon indicating copy to clipboard operation
widgetastic.core copied to clipboard

partial_match does not support parenthesis () in object

Open jadhaj opened this issue 7 years ago • 0 comments

During instance reconfigure, user is required to supply a new flavor Navigate to instance details and them got to Configuration > Reconfigure this instance

The name of the flavor appears along with it;s properties like this: m12.tiny (1 CPU, 0.0625 GB RAM, 3.0 GB Root Disk)

It seems that because parenthesis () are special characters, partial match is failing

So, view.form.flavor.fill('m12.tiny (1 CPU, 0.0625 GB RAM, 3.0 GB Root Disk)') is working But: view.form.flavor.fill('m12.tiny') is not

We need the ability to partially match string with parenthesis ()

jadhaj avatar Aug 22 '18 13:08 jadhaj