Petar Korponaić

Results 329 comments of Petar Korponaić

@xauxatz - First, in your `/server/server.js` change `updateUserAccount` method to: ```javascript "updateUserAccount": function(userId, data) { if(!data || !Object.keys(data).length) { return; } // Only admin or owner if(!(Users.isAdmin(this.userId) || userId ==...

@l1br3 do you have any errors/warnings during build? And does generator exited normally (printing "generator finished") or stops quietly in the middle of the process without printing any errors?

OK... I'll test that litle bit later, busy at the moment...

@l1br3 not `custom_template`, should be `input_template` 😄

Ooops, sorry, it is `input_template` ...

@l1br3 Just checked: it doesn't work with "read_only" forms (uses "read_only" field template by default). This is still an issue, will be fixed in next version (0.9.65)

@l1br3 As a workaround, maybe you can add custom_component into your form "components" array, and set `dest_selector` to field after which you want this custom field to appear, and set...

@tripflex we solved this at Gitter chat, but repeating here for others: **Since version `0.9.91`:** - If fields's `input_template` path is relative, then it is relative to current working directory...

@xauxatz @sazr Fixed. App is built with meteor 1.6 and looks like it is very unstable - it hangs often. It will be upgraded soon, I hope that will solve...