Register the modified asset handler

Register this CustomLayoutHandler in place of LayoutHandler in the AssetHandlerRegistry.This activity must be performed in ManageAssets/src/com/adobe/solutions/cmg/manage/presentation/AMApplication.as for the preInit(event:FlexEvent):void function.
change registry.register(new LayoutHandler()); to registry.register(new CustomLayoutHandler());

// Ethnio survey code removed