Skip to content

Commit

Permalink
Merge branch 'package-DGN-exe-with-cx_Freeze' of github.com:maxfordha…
Browse files Browse the repository at this point in the history
…m/document-issue into package-DGN-exe-with-cx_Freeze
  • Loading branch information
jgunstone committed Jul 26, 2024
2 parents 6b801a9 + 06af5e1 commit 7307fef
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ Fordham LLP\

### Contributions

+----------------+-------------------+
| **Initials** | **Role** |
+================+===================+
| OH | RoleEnum.director |
+----------------+-------------------+
+----------------+--------------------+
| **Initials** | **Role** |
+================+====================+
| OH | Director in Charge |
+----------------+--------------------+

: {tbl-colwidths="[30,70]"}

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ Fordham LLP\

### Contributions

+----------------+-------------------+
| **Initials** | **Role** |
+================+===================+
| OH | RoleEnum.director |
+----------------+-------------------+
| OH | RoleEnum.director |
+----------------+-------------------+
| OH | RoleEnum.director |
+----------------+-------------------+
| OH | RoleEnum.director |
+----------------+-------------------+
| OH | RoleEnum.director |
+----------------+-------------------+
+----------------+--------------------+
| **Initials** | **Role** |
+================+====================+
| OH | Director in Charge |
+----------------+--------------------+
| OH | Director in Charge |
+----------------+--------------------+
| OH | Director in Charge |
+----------------+--------------------+
| OH | Director in Charge |
+----------------+--------------------+
| OH | Director in Charge |
+----------------+--------------------+

: {tbl-colwidths="[30,70]"}

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ Fordham LLP\

### Contributions

+----------------+-------------------+
| **Initials** | **Role** |
+================+===================+
| OH | RoleEnum.director |
+----------------+-------------------+
+----------------+--------------------+
| **Initials** | **Role** |
+================+====================+
| OH | Director in Charge |
+----------------+--------------------+

: {tbl-colwidths="[30,70]"}

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ Fordham LLP\

### Contributions

+----------------+-------------------+
| **Initials** | **Role** |
+================+===================+
| OH | RoleEnum.director |
+----------------+-------------------+
+----------------+--------------------+
| **Initials** | **Role** |
+================+====================+
| OH | Director in Charge |
+----------------+--------------------+

: {tbl-colwidths="[30,70]"}

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ Fordham LLP\

### Contributions

+----------------+-------------------+
| **Initials** | **Role** |
+================+===================+
| OH | RoleEnum.director |
+----------------+-------------------+
+----------------+--------------------+
| **Initials** | **Role** |
+================+====================+
| OH | Director in Charge |
+----------------+--------------------+

: {tbl-colwidths="[30,70]"}

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def roles_table(self):
map_title_to_field = {v.title: k for k, v in DocumentRole.model_fields.items()}
li_document_roles = []
for document_role in self.document_role:
di_document_role = document_role.model_dump()
di_document_role = document_role.model_dump(mode="json")
di_document_role_with_title = {}
for header in headers:
if header in map_title_to_field.keys():
Expand Down

0 comments on commit 7307fef

Please sign in to comment.