Skip to content

Commit

Permalink
Merge branch 'development' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Apr 24, 2024
2 parents cbcff6f + 1fc950e commit bd0c5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databrowser/src/config/builder/tourism/publishedOn.ts
Expand Up @@ -12,7 +12,7 @@ export const publishedOnCell = (): PropertyConfig => {
component: CellComponent.ArrayLookupCell,
objectMapping: { items: 'PublishedOn' },
params: {
lookupUrl: withOdhBaseUrl('/v1/Publisher'),
lookupUrl: withOdhBaseUrl('/v1/Publisher?pagesize=-1'),
labelSelector: 'Name.{language}',
keySelector: 'Id',
unique: 'true',
Expand Down

0 comments on commit bd0c5f7

Please sign in to comment.