Subpage under development, new version coming soon!
Asunto: [bug] all orders gone, all
Very very very very annoying,
ALL order are gone when fixing another match, or maybe only against the same team
please fix
ALL order are gone when fixing another match, or maybe only against the same team
please fix
Yes
Please please please please please please please please
Please please please please please please please please
Still not fixed, again I have to redo everything :(
Just to inform You, devs are aware of the problem but the problem is more complicated than it looks and require more work
Nope, the issue persists.
Just a few minutes ago in FF I've selected a squad from the archive (a couple of matches ago). The squad was loaded from archive but orders (both free-kick takers and substitutes) didn't load.
With all my greatest respect the issue should not seem to be fixed. It should be fixed and then tested. After all, if you lack testers in a similar thread people suggested testing it for you. You could perform canary releases for the most dedicated and passionate users first.
And if the issue is complicated and requires more work devs could revert the code to the latest stable version.
I didn't mean to seem rude or too demanding. Here are just a couple of suggestions for you on how things could be done :)
Just a few minutes ago in FF I've selected a squad from the archive (a couple of matches ago). The squad was loaded from archive but orders (both free-kick takers and substitutes) didn't load.
With all my greatest respect the issue should not seem to be fixed. It should be fixed and then tested. After all, if you lack testers in a similar thread people suggested testing it for you. You could perform canary releases for the most dedicated and passionate users first.
And if the issue is complicated and requires more work devs could revert the code to the latest stable version.
I didn't mean to seem rude or too demanding. Here are just a couple of suggestions for you on how things could be done :)
I assume things are tested before implemented. In the past there was a test server, think it was used to test new implementations.
Is there workaround for this bug, without set them by hand ? :)
You can type this in the console to set the "red card or there is no player" orders for the positions 1 to 5, changing 36404282 by the player ID you want to set:
function setOrder(n, type, minute, playerID, number) {
$('select[name="setord[' + n + '][type]"]').val(type);
$('input[name="setord[' + n + '][minute]"]').val(minute);
$('select[name="setord[' + n + '][playerID]"]').val(playerID);
$('select[name="setord[' + n + '][number]"]').val(number);
}
setOrder(0, 12, 1, 36404282, 1);
setOrder(1, 12, 1, 36404282, 2);
setOrder(2, 12, 1, 36404282, 3);
setOrder(3, 12, 1, 36404282, 4);
setOrder(4, 12, 1, 36404282, 5);
function setOrder(n, type, minute, playerID, number) {
$('select[name="setord[' + n + '][type]"]').val(type);
$('input[name="setord[' + n + '][minute]"]').val(minute);
$('select[name="setord[' + n + '][playerID]"]').val(playerID);
$('select[name="setord[' + n + '][number]"]').val(number);
}
setOrder(0, 12, 1, 36404282, 1);
setOrder(1, 12, 1, 36404282, 2);
setOrder(2, 12, 1, 36404282, 3);
setOrder(3, 12, 1, 36404282, 4);
setOrder(4, 12, 1, 36404282, 5);