Make Vocab available in Api Controllers on the server

Issue #1394 resolved
Brian Lewis repo owner created an issue

Vocab translation is almost always handled on the client, but there are some situations - notably generating a name for a downloaded Excel Workbook where it is useful to be able to access a translation; e.g. of ‘District’

Comments (3)

  1. Brian Lewis reporter

    Will be handled using EntityFramework, since Factory.Context exposes the EF context (through Dependency Injection)

  2. Brian Lewis reporter

    feat(exceloutput): improved generation of workbook names, including Vocab, sanitised filenames to handle vocab entries containing /

    Resolves #1394

    → <<cset 7b3bef2af97e>>

  3. Log in to comment