Optum / mockiato

A web-based platform for API virtualization
Apache License 2.0
24 stars 9 forks source link

A service is not allowing to update if relative path having parenthesis #305

Open pkotha5 opened 5 years ago

pkotha5 commented 5 years ago

User is not allowing to update a service if relative path having paranthesis and displaying "update" button is disabled

paranthesis

spant3 commented 5 years ago

this can be resolved by adding {} to the ng-pattern of Relative path field in rrPairs.html but when I tried adding it an extra / was getting added to the relative path. May be because I am breaking the regex pattern while adding {}. @zparks can you please look into it.