Petar Korponaić
Petar Korponaić
Structure should be something like this (pseudo code) ``` - top_level_page - components - top_level_dataview - pages - details_page - components - details_dataview - pages - sub_details_page - components -...
Or, maybe better example, more similar to "invoices" example: ``` - top_level_page - components - top_level_dataview ("details_route": "top_level_details_page") - pages - top_level_details_page ("force_yield_subpages: true" will cause "second_level_details_page" to be always...
**important**: I just realized what else can be your problem: you need to properly pass route params to "edit_route", "details_route" etc. and also, if route doesn't exists, Meteor's `
(I got the same problem with mater-detail-subdetail-subsubdetails... etc., what we need here is better GUI, because big json looks like nightmare and current GUI is even worst :( )
@exside al complaints are welcome (more than "good work") :) yeah, new gui is about to be started as open source project. If you wish to contribute and be part...
@kingmatusevich OK, this is two issues: First one is because "kitchen" didn't automatically created subscription for "product" required by CRUD's insert form. Workaround is to refer that query in your...
@pessrini that is issue with package `wait.for` on Windows (no issues on Linux & OSX). Issue is already reported https://github.com/luciotato/waitfor/issues/45 but no answers from author. I am considering to replace...
@christoph2806 Please give me example / help me to reproduce that. I didn't have this problem.
@cyclops24 Hi, unfortunately, this is not posible now. I'll try to add this feature in the next version 0.9.55 (but that will not be before end of this week).
@cyclops24 sorry, I promised last week but I didn't have a chance to publish it...