|
@@ -4,6 +4,11 @@ namespace Comal.Classes
|
|
|
{
|
|
|
public class JobForm : EntityForm<Job, JobLink, JobForm>, IDigitalForm<Job>, ILicense<ProjectManagementLicense>
|
|
|
{
|
|
|
+ [EditorSequence(998)]
|
|
|
+ [EntityRelationship(DeleteAction.Cascade)]
|
|
|
+ public override JobLink Parent { get; set; }
|
|
|
+
|
|
|
+ [EditorSequence(999)]
|
|
|
public JobScopeLink JobScope { get; set; }
|
|
|
|
|
|
public override string AutoIncrementPrefix() => "JF";
|