Skip to content
Snippets Groups Projects
  • alcroito's avatar
    6472c709
    Shorten hidden category names imported from YNAB4 (#3122) · 6472c709
    alcroito authored
    
    Imported hidden categories had the parent category entity id (UUID)
    appended to the end of the name, making the category name quite long
    and somewhat hard to read.
    
    Remove the entity id from the end, and replace the apostrophe that
    divides the master category from the sub category with a forward slash.
    
    This shortens the name, ensuring a better chance that the full
    category name fits into the default table cell width.
    
    Co-authored-by: default avatarDJ Mountney <david@twkie.net>
    6472c709
    History
    Shorten hidden category names imported from YNAB4 (#3122)
    alcroito authored
    
    Imported hidden categories had the parent category entity id (UUID)
    appended to the end of the name, making the category name quite long
    and somewhat hard to read.
    
    Remove the entity id from the end, and replace the apostrophe that
    divides the master category from the sub category with a forward slash.
    
    This shortens the name, ensuring a better chance that the full
    category name fits into the default table cell width.
    
    Co-authored-by: default avatarDJ Mountney <david@twkie.net>