Browse Source

Configure Continuous Integration ....

master
hypaas 6 months ago
parent
commit
1a976b6f8e
  1. 2
      modules/test/src/main/resources/domains/LogEntity.xml
  2. 9
      modules/test/src/main/resources/views/actionGroup.xml
  3. 1
      modules/test/src/main/resources/views/menu.xml
  4. 1
      src/main/resources/application.properties

2
modules/test/src/main/resources/domains/LogEntity.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<domain-models xmlns="http://hypaas.com/xml/ns/domain-models" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/domain-models http://hypaas.com/xml/ns/domain-models/domain-models_5.2.xsd">
<module name="Log" package="Log"/>
<module name="Log" package="Log" table-prefix="" repo-package=""/>
<entity hashAll="false" logUpdates="true" persistable="true" name="LogEntity" cacheable="false" lang="java" strategy="SINGLE" table="sys_log">
<string actOverwrite="false" copy="true" column="CONTENT" massUpdate="false" name="content" isJudg="false"/>
<string nullable="true" actOverwrite="false" copy="true" column="DEPT" massUpdate="false" name="dept" isJudg="false"/>

9
modules/test/src/main/resources/views/actionGroup.xml

@ -5,19 +5,22 @@
<view name="ServiceUser-form" type="form"/>
<domain>self.userAuth=3</domain>
</action-view>
<action-view name="action.view.SecurityUser.Log" model="Log.LogEntity" title="安全保密员动作">
<action-view name="action.view.SecurityUser.Log" model="Log.LogEntity" title="安全保密员">
<view name="SecurityUser-grid" type="grid"/>
<view name="SecurityUser-form" type="form"/>
<domain>self.userAuth=1</domain>
</action-view>
<action-view name="action.view.SecurityAuditUser.Log" model="Log.LogEntity" title="安全审计员动作">
<action-view name="action.view.SecurityAuditUser.Log" model="Log.LogEntity" title="安全审计员">
<view name="SecurityAuditUser-grid" type="grid"/>
<view name="SecurityAuditUser-form" type="form"/>
<domain>self.userAuth=2</domain>
</action-view>
<action-view name="action.view.SystemManageUser.Log" model="Log.LogEntity" title="系统管理员动作">
<action-view name="action.view.SystemManageUser.Log" model="Log.LogEntity" title="系统管理员">
<view name="SystemManageUser-grid" type="grid"/>
<view name="SystemManageUser-form" type="form"/>
<domain>self.userAuth=4</domain>
</action-view>
<action-view name="action.view.System.Log" title="查询系统日志">
<view name="SystemManageUser-grid" type="grid"/>
</action-view>
</object-views>

1
modules/test/src/main/resources/views/menu.xml

@ -5,4 +5,5 @@
<menuitem parent="menu-LogManage" title="安全审计员操作日志" left="true" name="menu-SecurityAuditUser-Log" action="action.view.SecurityAuditUser.Log"/>
<menuitem parent="menu-LogManage" title="系统管理员操作日志" left="true" name="menu-SystemManageUser-Log" action="action.view.SystemManageUser.Log"/>
<menuitem parent="menu-LogManage" title="安全保密员操作日志" left="true" name="menu-SecurityUser-Log" action="action.view.SecurityUser.Log"/>
<menuitem parent="menu-LogManage" title="系统日志" left="true" name="menu-System-Log"/>
</object-views>

1
src/main/resources/application.properties

@ -424,5 +424,6 @@ application.gatewaycontext=/lowcode-portal-logmanage/

Loading…
Cancel
Save