[IMP] allow hyphens in dbnames

bzr revid: al@openerp.com-20120830143412-0n9rag5fa92swnys
This commit is contained in:
Antony Lesuisse 2012-08-30 16:34:12 +02:00
parent 54237bc2a2
commit 3fea5ea545
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
</tr>
<tr>
<td><label for="db_name">New database name:</label></td>
<td><input type="text" name="db_name" class="required" matches="^[a-zA-Z][a-zA-Z0-9_]+$" autofocus="true"/></td>
<td><input type="text" name="db_name" class="required" matches="^[a-zA-Z][a-zA-Z0-9_-]+$" autofocus="true"/></td>
</tr>
<tr>
<td><label for="demo_data">Load Demonstration data:</label></td>