You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The city of Nuremberg would like to swap the line with the expiration date and the start date in the position. The start date should be on the second line and the expiration date on the third line.
The reason for this is that the current arrangement is confusing for processing, as these dates are entered in the Nuremberg passport program in exactly the opposite order (first start then expiration date).
The text was updated successfully, but these errors were encountered:
that is more difficult than it looks like @dkehne, since we have 2 manually rendered fields (name and ablaufdatum) and then the array of extensions (the rest)
now we would have to render sth in between the extensions
But we might adjust the extension structure and add a order param that sets flex order
that is more difficult than it looks like @dkehne, since we have 2 manually rendered fields (name and ablaufdatum) and then the array of extensions (the rest)
now we would have to render sth in between the extensions
But we might adjust the extension structure and add a order param that sets flex order
Perhaps it would be easier to just make both name and expiration date extensions as well. Then we have uniform structure and can just order everything in the way we want to. Would perhaps even simplify logic in some parts.
The city of Nuremberg would like to swap the line with the expiration date and the start date in the position. The start date should be on the second line and the expiration date on the third line.
The reason for this is that the current arrangement is confusing for processing, as these dates are entered in the Nuremberg passport program in exactly the opposite order (first start then expiration date).
The text was updated successfully, but these errors were encountered: