Skip to content

Commit

Permalink
fixing publisher call fixes #569
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Apr 24, 2024
1 parent 3fea431 commit 1fc950e
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 1fc950e

Please sign in to comment.