Petar Korponaić
Petar Korponaić
@adnoh Isee you started hacking to much :D Let me promise: I'll fix this issue for you tomorrow (~24 hours after now). Would that work?
@1jerry thanks for reporting, but this is not a bug. Classes are hard-coded into input file, see here: https://github.com/perak/kitchen-examples/blob/master/example-invoices/example-invoices.json#L198 https://github.com/perak/kitchen-examples/blob/master/example-invoices/example-invoices.json#L208 etc. But, I agree that examples should not have any...
Hi Anthony, unfortunatelly no way to pass custom validation to the kitchen. But You can do something server-side: in collection.before_insert_code do your validation and throw new Meteor.Error(...) on error. On...
Glad you solved this :+1: I added two cards to my Trello board: - add custom validation mechanism - add "unique" property to field and auto generate code (check unique).
Makes sense! I'll do it. On Thursday, 14 July 2016, libre [email protected] wrote: > It is not even possible, kitchen complains that the collection does not > exists if I...
Hum... what if you provide publication via "copy_files"?
"copy_files" executes last - after everything is generated, so you can overwrite original publication.
This is still a hack... so requires better more universal and long-term solution.
What kind of hackers we will be if we don't make hacks? :)
Sorry, I don't know how.