Add fmPackageExists directive
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
				
			This commit is contained in:
		| @@ -12,6 +12,9 @@ export const INITUSERSUCCESS = '[AppCommon] InitUserSuccess'; | ||||
| export const INITUSERPACKAGES = '[AppCommon] InitUserPackages'; | ||||
| export const INITUSERPACKAGESSUCCESS = '[AppCommon] InitUserPackagesSuccess'; | ||||
|  | ||||
| export const INITPACKAGES = '[AppCommon] InitPackages'; | ||||
| export const INITPACKAGESSUCCESS = '[AppCommon] InitPackagesSuccess'; | ||||
|  | ||||
| export const INITUSERSETTINGSROOT = '[AppCommon] InitUserSettingsRoot'; | ||||
| export const INITUSERSETTINGSROOTSUCCESS = '[AppCommon] InitUserSettingsRootSuccess'; | ||||
|  | ||||
| @@ -102,6 +105,18 @@ export class InitUserPackagesSuccess implements Action { | ||||
|   constructor(public items:IItem[] ) { } | ||||
| } | ||||
|  | ||||
| export class InitPackages implements Action { | ||||
|   readonly type = INITPACKAGES; | ||||
|  | ||||
|   constructor() {} | ||||
| } | ||||
|  | ||||
| export class InitPackagesSuccess implements Action { | ||||
|   readonly type = INITPACKAGESSUCCESS; | ||||
|  | ||||
|   constructor(public items:IItem[] ) { } | ||||
| } | ||||
|  | ||||
| export class InitUserSettingsRoot implements Action { | ||||
|   readonly type = INITUSERSETTINGSROOT; | ||||
|  | ||||
| @@ -381,6 +396,8 @@ export type Actions = OpenModal | ||||
|   | SetMenuVisible | ||||
|   | InitUserPackages | ||||
|   | InitUserPackagesSuccess | ||||
|   | InitPackages | ||||
|   | InitPackagesSuccess | ||||
|   | InitUserSettingsRoot | ||||
|   | InitUserSettingsRootSuccess | ||||
|   | ToggleAccountMenu | ||||
|   | ||||
		Reference in New Issue
	
	Block a user