acdh-oeaw / apis-oebl-research-tool-front-end

See also https://redmine.acdh.oeaw.ac.at/issues/18296
https://oebl-research.acdh-dev.oeaw.ac.at
MIT License
0 stars 0 forks source link

Remove Dynamic User Properties From Top Level LemmaRow #63

Closed sennierer closed 1 year ago

sennierer commented 2 years ago

In GitLab by @PhilipRoeggla on Apr 12, 2022, 12:50

Currently:

  interface LemmaRow {
  // stuff
  columns_user: UserColumn, // [key: string]: string|number|string[]
  [userColumn: string]: any,
}

Should be:

interface LemmaRow {
  // stuff
  columns_user: UserColumn, // [key: string]: string|number|string[]
}
sennierer commented 2 years ago

In GitLab by @PhilipRoeggla on Apr 12, 2022, 13:35

I will

sennierer commented 2 years ago

In GitLab by @PhilipRoeggla on Apr 12, 2022, 13:35

created branch 63-remove-dynamic-user-properties-from-top-level-lemmarow to address this issue

sennierer commented 2 years ago

In GitLab by @PhilipRoeggla on Apr 12, 2022, 15:53

mentioned in commit 07cfe3950b3a65d48f44bada37aa3da2605abf5e

sennierer commented 2 years ago

In GitLab by @PhilipRoeggla on Apr 13, 2022, 09:29

mentioned in commit 6697c00e08ed881363405c436c07c553f9ea3e64

sennierer commented 2 years ago

In GitLab by @PhilipRoeggla on Apr 13, 2022, 10:20

mentioned in commit 9425836466f2bcf3852833837a0cb5b8b7015322

sennierer commented 2 years ago

In GitLab by @PhilipRoeggla on Apr 14, 2022, 08:20

mentioned in commit 5686c3cbe8ff3ab8073d54a6fe1f273c50dfa41f

sennierer commented 2 years ago

In GitLab by @PhilipRoeggla on Apr 14, 2022, 09:01

mentioned in commit 4f1bf83a104d6e20a442db4942a71e98910d2e45

sennierer commented 2 years ago

In GitLab by @PhilipRoeggla on Apr 14, 2022, 15:31

mentioned in commit 7e28d746569d591a4ab3f4f1a59dc36d5304e512

sennierer commented 2 years ago

In GitLab by @PhilipRoeggla on Apr 14, 2022, 15:52

created branch 63-remove-dynamic-user-properties-from-top-level-lemmarow-2 to address this issue