Skip to content

Commit

Permalink
Merge branch 'SHIBUI-479' of bitbucket.org:unicon/shib-idp-ui into SH…
Browse files Browse the repository at this point in the history
…IBUI-479
  • Loading branch information
Bill Smith committed May 14, 2018
2 parents 19e539c + 87a7056 commit cf0a1c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/domain/entity/filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export class Filter implements MetadataFilter {
id = '';
createdDate?: string;
modifiedDate?: string;
version: string;

filterName = '';
filterEnabled = false;
Expand Down
1 change: 1 addition & 0 deletions ui/src/app/domain/entity/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class Provider implements MetadataProvider {
id = '';
createdDate?: string;
modifiedDate?: string;
version: string;

entityId = '';
serviceProviderName = '';
Expand Down
1 change: 1 addition & 0 deletions ui/src/app/domain/model/metadata-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface MetadataBase {
id?: string;
createdDate?: string;
modifiedDate?: string;
version: string;

name: string;
enabled: boolean;
Expand Down

0 comments on commit cf0a1c3

Please sign in to comment.