Skip to content

Commit

Permalink
updated uacreg views to reflect all columns in database
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 12, 2017
1 parent 0eea2f0 commit 65f1ddb
Showing 7 changed files with 22 additions and 1 deletion.
5 changes: 4 additions & 1 deletion siremis/modules/sipadmin/srv/uacreg/do/UacregDO.xml
Original file line number Diff line number Diff line change
@@ -10,8 +10,11 @@
<BizField Name="realm" Column="realm" Length="64" Required="Y" Type="Text"/>
<BizField Name="auth_username" Column="auth_username" Length="64" Required="Y" Type="Text"/>
<BizField Name="auth_password" Column="auth_password" Length="64" Required="Y" Type="Text"/>
<BizField Name="auth_proxy" Column="auth_proxy" Length="64" Required="Y" Type="Text"/>
<BizField Name="auth_ha1" Column="auth_ha1" Length="128" Required="Y" Type="Text"/>
<BizField Name="auth_proxy" Column="auth_proxy" Length="128" Required="Y" Type="Text"/>
<BizField Name="expires" Column="expires" Required="Y" Type="Number"/>
<BizField Name="flags" Column="flags" Required="Y" Type="Number"/>
<BizField Name="reg_delay" Column="reg_delay" Required="Y" Type="Number"/>
</BizFieldList>
<TableJoins>
</TableJoins>
3 changes: 3 additions & 0 deletions siremis/modules/sipadmin/srv/uacreg/form/UacregCopyForm.xml
Original file line number Diff line number Diff line change
@@ -10,8 +10,11 @@
<Element Name="fld_realm" Class="InputText" FieldName="realm" Label="Realm" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_username" Class="InputText" FieldName="auth_username" Label="Auth Username" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_password" Class="InputText" FieldName="auth_password" Label="Auth Password" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_ha1" Class="InputText" FieldName="auth_ha1" Label="Auth Ha1" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_proxy" Class="InputText" FieldName="auth_proxy" Label="Auth Proxy" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_expires" Class="InputText" FieldName="expires" Label="Expires" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_flags" Class="InputText" FieldName="flags" Label="Flags" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_reg_delay" Class="InputText" FieldName="reg_delay" Label="Reg Delay" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
</DataPanel>
<ActionPanel>
<Element Name="btn_save" Class="Button" Text="Save" CssClass="button_gray_m">
3 changes: 3 additions & 0 deletions siremis/modules/sipadmin/srv/uacreg/form/UacregDetailForm.xml
Original file line number Diff line number Diff line change
@@ -10,8 +10,11 @@
<Element Name="fld_realm" ElementSet="General" Class="LabelText" FieldName="realm" Label="Realm" AllowURLParam="N"/>
<Element Name="fld_auth_username" ElementSet="General" Class="LabelText" FieldName="auth_username" Label="Auth Username" AllowURLParam="N"/>
<Element Name="fld_auth_password" ElementSet="General" Class="LabelText" FieldName="auth_password" Label="Auth Password" AllowURLParam="N"/>
<Element Name="fld_auth_ha1" ElementSet="General" Class="LabelText" FieldName="auth_ha1" Label="Auth Ha1" AllowURLParam="N"/>
<Element Name="fld_auth_proxy" ElementSet="General" Class="LabelText" FieldName="auth_proxy" Label="Auth Proxy" AllowURLParam="N"/>
<Element Name="fld_expires" ElementSet="General" Class="LabelText" FieldName="expires" Label="Expires" AllowURLParam="N"/>
<Element Name="fld_flags" ElementSet="General" Class="LabelText" FieldName="flags" Label="Flags" AllowURLParam="N"/>
<Element Name="fld_reg_delay" ElementSet="General" Class="LabelText" FieldName="reg_delay" Label="Reg Delay" AllowURLParam="N"/>
</DataPanel>
<ActionPanel>
<Element Name="btn_new" Class="Button" Text="Add" CssClass="button_gray_add" Description="new record (Insert)">
3 changes: 3 additions & 0 deletions siremis/modules/sipadmin/srv/uacreg/form/UacregEditForm.xml
Original file line number Diff line number Diff line change
@@ -10,8 +10,11 @@
<Element Name="fld_realm" Class="InputText" FieldName="realm" Label="Realm" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_username" Class="InputText" FieldName="auth_username" Label="Auth Username" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_password" Class="InputText" FieldName="auth_password" Label="Auth Password" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_ha1" Class="InputText" FieldName="auth_ha1" Label="Auth Ha1" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_proxy" Class="InputText" FieldName="auth_proxy" Label="Auth Proxy" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_expires" Class="InputText" FieldName="expires" Label="Expires" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_flags" Class="InputText" FieldName="flags" Label="Flags" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_reg_delay" Class="InputText" FieldName="reg_delay" Label="Reg Delay" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
</DataPanel>
<ActionPanel>
<Element Name="btn_save" Class="Button" Text="Save" CssClass="button_gray_m">
3 changes: 3 additions & 0 deletions siremis/modules/sipadmin/srv/uacreg/form/UacregListForm.xml
Original file line number Diff line number Diff line change
@@ -15,8 +15,11 @@
<Element Name="fld_realm" Class="ColumnText" FieldName="realm" Label="Realm" Sortable="Y"/>
<Element Name="fld_auth_username" Class="ColumnText" FieldName="auth_username" Label="Auth Username" Sortable="Y"/>
<Element Name="fld_auth_password" Class="ColumnText" FieldName="auth_password" Label="Auth Password" Sortable="Y"/>
<Element Name="fld_auth_ha1" Class="ColumnText" FieldName="auth_ha1" Label="Auth Ha1" Sortable="Y"/>
<Element Name="fld_auth_proxy" Class="ColumnText" FieldName="auth_proxy" Label="Auth Proxy" Sortable="Y"/>
<Element Name="fld_expires" Class="ColumnText" FieldName="expires" Label="Expires" Sortable="Y"/>
<Element Name="fld_flags" Class="ColumnText" FieldName="flags" Label="Flags" Sortable="Y"/>
<Element Name="fld_reg_delay" Class="ColumnText" FieldName="reg_delay" Label="Reg Delay" Sortable="Y"/>
</DataPanel>
<ActionPanel>
<Element Name="lnk_new" Class="Button" Text="Add" CssClass="button_gray_add" Description="new record (Insert)" >
3 changes: 3 additions & 0 deletions siremis/modules/sipadmin/srv/uacreg/form/UacregNewForm.xml
Original file line number Diff line number Diff line change
@@ -9,8 +9,11 @@
<Element Name="fld_realm" Class="InputText" FieldName="realm" Label="Realm" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_username" Class="InputText" FieldName="auth_username" Label="Auth Username" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_password" Class="InputText" FieldName="auth_password" Label="Auth Password" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_ha1" Class="InputText" FieldName="auth_ha1" Label="Auth Ha1" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_proxy" Class="InputText" FieldName="auth_proxy" Label="Auth Proxy" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_expires" Class="InputText" FieldName="expires" Label="Expires" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_flags" Class="InputText" FieldName="flags" Label="Flags" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_reg_delay" Class="InputText" FieldName="reg_delay" Label="Reg Delay" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
</DataPanel>
<ActionPanel>
<Element Name="btn_save" Class="Button" Text="Save" CssClass="button_gray_m">
3 changes: 3 additions & 0 deletions siremis/modules/sipadmin/srv/uacreg/form/UacregSearchForm.xml
Original file line number Diff line number Diff line change
@@ -9,8 +9,11 @@
<Element Name="fld_realm" Class="InputText" FieldName="realm" Label="Realm" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_username" Class="InputText" FieldName="auth_username" Label="Auth Username" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_password" Class="InputText" FieldName="auth_password" Label="Auth Password" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_ha1" Class="InputText" FieldName="auth_ha1" Label="Auth Ha1" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_auth_proxy" Class="InputText" FieldName="auth_proxy" Label="Auth Proxy" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_expires" Class="InputText" FieldName="expires" Label="Expires" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_flags" Class="InputText" FieldName="flags" Label="Flags" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_reg_delay" Class="InputText" FieldName="reg_delay" Label="Reg Delay" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
</DataPanel>
<ActionPanel>
<Element Name="btn_search" Class="Button" Text="Search" CssClass="button_gray_m">

0 comments on commit 65f1ddb

Please sign in to comment.