mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2019-01-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'EditCut' web API call that caused attempts to clear the 'START_DAYPART' and 'END_DAYPART' fields to return an error.
This commit is contained in:
@@ -76,14 +76,14 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">START_DATETIME:</td>
|
||||
<td><input type="text" name="START_DATETIME" id="START_DATETIME" size="32" maxlength="30"></td>
|
||||
<td><input type="text" name="START_DATETIME" id="START_DATETIME" size="32" maxlength="31"> [RFC822 or XML xs:dateTime]</td>
|
||||
<td><input type="checkbox" id="USE_START_DATETIME"></td>
|
||||
<td>Modify</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
<td align="right">END_DATETIME:</td>
|
||||
<td><input type="text" name="END_DATETIME" id="END_DATETIME" size="32" maxlength="30"></td>
|
||||
<td><input type="text" name="END_DATETIME" id="END_DATETIME" size="32" maxlength="31"> [RFC822 or XML xs:dateTime]</td>
|
||||
<td><input type="checkbox" id="USE_END_DATETIME"></td>
|
||||
<td>Modify</td>
|
||||
</tr>
|
||||
@@ -131,14 +131,14 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">START DAYPART:</td>
|
||||
<td><input type="text" name="START_DAYPART" id="START_DAYPART" size="32" maxlength="30"></td>
|
||||
<td><input type="text" name="START_DAYPART" id="START_DAYPART" size="32" maxlength="30"> [XML xs:time]</td>
|
||||
<td><input type="checkbox" id="USE_START_DAYPART"></td>
|
||||
<td>Modify</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
<td align="right">END DAYPART:</td>
|
||||
<td><input type="text" name="END_DAYPART" id="END_DAYPART" size="32" maxlength="30"></td>
|
||||
<td><input type="text" name="END_DAYPART" id="END_DAYPART" size="32" maxlength="30"> [XML xs:time]</td>
|
||||
<td><input type="checkbox" id="USE_END_DAYPART"></td>
|
||||
<td>Modify</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user