[FIX] base.xml: Restore database functionality allows user to set new Database Name with special characters which should be restricted: (Maintenance Case : 573531)

lp bug: https://launchpad.net/bugs/959066 fixed

bzr revid: rgo@tinyerp.com-20120406054512-z8b7p4r3fa813e3r
This commit is contained in:
Ravi Gohil (Open ERP) 2012-04-06 11:15:12 +05:30
parent ccafcb6d90
commit 1ec6d88bb1
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@
</tr>
<tr>
<td><label for="new_db">New database name:</label></td>
<td><input type="text" name="new_db" class="required"/></td>
<td><input type="text" name="new_db" class="required" matches="^[a-zA-Z][a-zA-Z0-9_]+$"/></td>
</tr>
<tr>
<td colspan="2" align="right"><button class="oe_button">Restore</button></td>