-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AGM Location Change PDF file name - "AGM" should be in all caps #18469
Comments
This issue will also affect the Letter Of AGM Extension Change. |
The root cause of this issue is that the UI generates the name from the document's key, ie: In this example, To solve this will require the Legal API to pass the "name" as well as (or instead of) the key value. Note that this may affect third party users. Also, Filings UI will need to be updated to accept the new API response. |
Sev may have an easy answer on this, and 1 point is to explore if it is so |
In my opinion, the cost of doing this "ideally" is too high for this "simple" fix, so I implemented a special-case solution that capitalizes "Agm" -> "AGM". Special cases are not ideal but in this case it's simple, extensible, understandable and safe, so I think it's OK. If we get a lot of special cases then we'll want to look at a better solution, but we're not there yet. |
Test NotesLook at the title of the output letter for an AGM Location Change (or AGM Extension). |
Ready for QA. |
AGM Location Change PDF file name - "AGM" should be in all caps
Private Zenhub Image
The text was updated successfully, but these errors were encountered: