In my admin forms I have some default submit actions e.g. "save", "save and continue", "save and add another". I want to modify the last one adding some prepopulated fields, so the form will open with some fields filled according to the previous object. Is there a way to do so?
UPD
Found an answer here: https://stackoverflow.com/a/14068598/8386351