Aaron Bird

Results 10 comments of Aaron Bird

Hi @Owumaro. is there any update to this. It would be really handy if we could listen for the blur event. I added this line 'this.$emit('blur', evt)' to the handleBlur...

Hi @Owumaro Have you had a chance to look at this? Thanks

Hi, Just wondering if there is any update/workaround for this. I love this plugin but it's causing us big problems :-(

` $currencies = new ISOCurrencies(); $numberFormatter = new \NumberFormatter('en_GB', \NumberFormatter::CURRENCY); $moneyParser = new IntlMoneyParser($numberFormatter, $currencies); $money = $moneyParser->parse($value); return $money->getAmount(); ` version: 3.2.1

@UlrichEckhardt Just checking you saw this. Any ideas (other than the PHP version)? Thanks in advance

Hi, We are also seeing the 504 gateway timeout. It seems to be very intermittent. Any suggestions?

I am using the const strategy and have the following config set: const OCCASION_TYPE_MASS_PARTICIPATION_EVENT = "mass_participation_event"; const OCCASION_TYPE_TRAINING_SESSION = "training_session"; const OCCASION_TYPE_SOCIAL = "social"; $this->addBehavior('CakeDC/Enum.Enum', ['lists' => [ 'internal_type' =>...

Thanks @ADmad this works to some extent. I still have to disable the applicationRules to get it to save though. Is the idea that the value of the constant should...

@ADmad I did some testing. I was saving multiple entities in a single transaction. Some of these had a a "null" for the enum value. I can see you already...

Hi @pmoraes Is there a branch for this fix? I am happy to help with the development. Presumably, we just need a simple "lookup" function whereby you pass the constant...