Project

General

Profile

« Previous | Next » 

Revision 50388

'pid' field added in entities and communities for queries by portal - can be changed by forms
bug fix in cancel/save in pageContents form
page in pageContents form cannot be changed when editing contents of specific page
order in pageContents form can be set by hand (text not number)
api for pageContents of specific community changed

View differences:

community-form.component.html
1 1
<form [formGroup]="myForm">
2 2
    <div class="form-group" [ngClass]="{'has-error':!myForm.controls.name.valid && myForm.controls.name.dirty}">
3
        <label for="pageNameTag">Community Name</label>
3
        <label for="communityNameTag">Community Name</label>
4 4
        <input type="text" class="form-control" formControlName="name" id="pageNameTag" placeholder="Community Name">
5 5
    </div>
6
    <div class="form-group" [ngClass]="{'has-error':!myForm.controls.pid.valid && myForm.controls.pid.dirty}">
7
        <label for="communityPidTag">Community persistent id for portal</label>
8
        <input type="text" class="uk-input uk-width-medium" formControlName="pid" id="communityPidTag" placeholder="Community Pid">
9
    </div>
6 10
    <input type="hidden" formControlName="_id">
7 11
</form>

Also available in: Unified diff