fixed material numbers in new dialog
This commit is contained in:
		
							
								
								
									
										7
									
								
								src/app/models/changelog.model.spec.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								src/app/models/changelog.model.spec.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
import { ChangelogModel } from './changelog.model';
 | 
			
		||||
 | 
			
		||||
describe('ChangelogModel', () => {
 | 
			
		||||
  it('should create an instance', () => {
 | 
			
		||||
    expect(new ChangelogModel()).toBeTruthy();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
							
								
								
									
										9
									
								
								src/app/models/changelog.model.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/app/models/changelog.model.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
import {BaseModel} from './base.model';
 | 
			
		||||
 | 
			
		||||
export class ChangelogModel extends BaseModel {
 | 
			
		||||
  date: Date;
 | 
			
		||||
  action: string;
 | 
			
		||||
  collection: string;
 | 
			
		||||
  conditions: {[key: string]: any};
 | 
			
		||||
  data: {[key: string]: any};
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user