Hi, I don't know if this is the right place or if I should open a new ticket.
The patch makes the module work as it should (ie remember the selected queues also if not published) but I've got the following problem:
Since the entity (article) is attached to the queue immediately on saving if an article is written and published in the same queue in the meantime on publishing the first (older) article (obviously) is on position 2 - but it should be on position 1 (think a newspaper: article 1 is scheduled for 10am, article 2 is written and published at 9am. On scheduled publishing at 10am article 1 should be on 1st position and should put article 2 on 2nd position).
Now I understand that this cannot be achieved by entityqueue_form_widget as this module isn't called anymore when the scheduler runs - but has someone a idea how to achieve this? Thx in advance.
steponeloops → created an issue.