Skip to content

Create actable plus related acts_as product #45

@Svashtar

Description

@Svashtar

Not as much an issue as a question i have for my needs.
I get it when I create a Pen, it will automatically also create a Product (examples from the docs).
Which is all fine. But in this case I have to create Pen... which is a bit counter intuitive to me.
In reality i will always create new Product, which happens to be of Pen type.

So what I would basically try to ask is whether it is possible to have something like this in a view:

  • new product
  • select that it is a Pen
  • open additional Pen related attributes
  • create Product with Pen

As far as i am testing it, there is actually no way to create Product and related Pen records.
Only vice-versa.

Wouldn't be easier to have one (although more complex) form, than a separate forms for each of the types? I could be shooting in totally different direction and MTI is not even good solution to do it...in that case I would really appreciate any tips or tricks :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions