Skip to content
Snippets Groups Projects

Add revision log field in the revision type

  1. Aug 26, 2022
    • Jayesh's avatar
      Add revision log field in the revision type · a31419d7
      Jayesh authored
      Storage is returning a list of dicts for the revision log.
      Add a from_dict converter to create the model objects from these dicts
      This is not efficient and adds an extra iteration. Has to be
      fixed in the storage in the future.
      
      Related to T4366
      a31419d7
Loading