Prompt planned start and end date for change for status planned (Trac #563)

Change Name into Last Name for a object person in English dictionary (Trac #530)
Allow service manager to delete objects in the service catalog (Trac #506)

SVN:trunk[2491]
This commit is contained in:
Erwan Taloc
2012-12-01 12:41:41 +00:00
parent 8a3d922882
commit 14520dabc0
3 changed files with 13 additions and 0 deletions

View File

@@ -496,6 +496,7 @@
</attribute>
<attribute id="start_date">
<mandatory/>
<must_prompt/>
</attribute>
<attribute id="reason">
<read_only/>
@@ -517,6 +518,7 @@
</attribute>
<attribute id="end_date">
<mandatory/>
<must_prompt/>
</attribute>
<attribute id="close_date">
<hidden/>
@@ -1531,6 +1533,7 @@
</attribute>
<attribute id="start_date">
<mandatory/>
<must_prompt/>
</attribute>
<attribute id="reason">
<read_only/>
@@ -1552,6 +1555,7 @@
</attribute>
<attribute id="end_date">
<mandatory/>
<must_prompt/>
</attribute>
<attribute id="close_date">
<hidden/>
@@ -2506,6 +2510,7 @@
</attribute>
<attribute id="start_date">
<mandatory/>
<must_prompt/>
</attribute>
<attribute id="reason">
<read_only/>
@@ -2527,6 +2532,7 @@
</attribute>
<attribute id="end_date">
<mandatory/>
<must_prompt/>
</attribute>
<attribute id="close_date">
<hidden/>
@@ -3516,6 +3522,7 @@
</attribute>
<attribute id="start_date">
<mandatory/>
<must_prompt/>
</attribute>
<attribute id="reason">
<read_only/>
@@ -4591,6 +4598,7 @@
</attribute>
<attribute id="start_date">
<mandatory/>
<must_prompt/>
</attribute>
<attribute id="reason">
<read_only/>
@@ -4612,6 +4620,7 @@
</attribute>
<attribute id="end_date">
<mandatory/>
<must_prompt/>
</attribute>
<attribute id="close_date">
<hidden/>
@@ -4730,6 +4739,7 @@
</attribute>
<attribute id="approval_date">
<mandatory/>
<must_prompt/>
</attribute>
<attribute id="approval_comment">
<mandatory/>

View File

@@ -234,6 +234,8 @@ Dict::Add('EN US', 'English', 'English', array(
Dict::Add('EN US', 'English', 'English', array(
'Class:Person' => 'Person',
'Class:Person+' => '',
'Class:Person/Attribute:name' => 'Last Name',
'Class:Person/Attribute:name+' => '',
'Class:Person/Attribute:first_name' => 'First Name',
'Class:Person/Attribute:first_name+' => '',
'Class:Person/Attribute:employee_id' => 'Employee ID',

View File

@@ -504,6 +504,7 @@
<actions>
<action xsi:type="write">allow</action>
<action xsi:type="bulk write">allow</action>
<action xsi:type="delete">allow</action>
</actions>
</group>
<group id="LnkServices">