jpschewe / fll-sw

FIRST Lego League scoring software
http://jpschewe.github.io/fll-sw/
GNU General Public License v2.0
10 stars 7 forks source link

Redirect to compute summarized scores doesn't handle form parameters #1068

Closed jpschewe closed 1 year ago

jpschewe commented 1 year ago

When following a link that has form parameters and compute summarized scores needs to be executed the form parameters are lost. An example of this is the changes to the final computed scores port, #1067.

I have some logic to handle this in the login redirect code. The same code should be able to be used here.