Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jim True

    (@jimtrue)

    What function/method are you using for duplicate?

    Plugin Author Jim True

    (@jimtrue)

    Sorry, just saw your title above, the function is duplicate_pod, not duplicate. Can you provide a sample of the code you’re running through a gist or pastebin?

    Thread Starter mfbasso

    (@mfbasso)

    Of course, follow the script:

    http://pastebin.com/HmmJn1Hb

    Thanks for the help!

    Plugin Author Jim True

    (@jimtrue)

    @mfbasso,

    From what I’m seeing you have to actually have the Pods object open first before you duplicate it. You’re opening the pods object on the same line with the duplication and that’s the issue; you’re getting the id of the object being opened. If you split that line into two lines (one opening the object, the second line duplicating it, you’ll probably get the id of the duplicated object.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem on Pods::duplicate’ is closed to new replies.