Azərbaycan dili Bahasa Indonesia Bosanski Català Čeština Dansk Deutsch Eesti English Español Français Galego Hrvatski Italiano Latviešu Lietuvių Magyar Malti Mакедонски Nederlands Norsk Polski Português Português BR Românã Slovenčina Srpski Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български Русский Українська Հայերեն ქართული ენა 中文
Subpage under development, new version coming soon!

Subject: [bug] all orders gone, all

2021-11-27 21:13:23
Charles Hill to All
Very very very very annoying,

ALL order are gone when fixing another match, or maybe only against the same team

please fix
2021-11-30 16:22:59
Yes
Please please please please please please please please
2021-11-30 16:23:50
+1
2021-12-13 20:46:05
Still not fixed, again I have to redo everything :(
2021-12-14 16:54:41
Same
2021-12-14 17:43:53
Just to inform You, devs are aware of the problem but the problem is more complicated than it looks and require more work
2021-12-21 00:01:05
it seems fixed ! No ? close the topic ?
2021-12-22 09:21:10
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 :)
2021-12-26 09:12:01
yep not fixed.
2022-01-06 11:44:30
yes this is urgent !
2022-01-08 19:22:17
I assume things are tested before implemented. In the past there was a test server, think it was used to test new implementations.
2022-01-08 19:36:04
Now it's used to test our patience :-p
2022-01-08 19:51:56
It works now !

I joke
2022-01-30 10:45:23
Try and error
2022-01-30 11:05:43
Is there workaround for this bug, without set them by hand ? :)
2022-01-30 11:42:11
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);