-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colibo feed type #226
base: develop
Are you sure you want to change the base?
Colibo feed type #226
Conversation
docs/feed/feed-overview.md
Outdated
booking system you can implement a "FeedSource" that fetches booking data from your source and normalizes it to match | ||
the calendar output model. | ||
|
||
@todo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Todo what?
{ | ||
$feedEntryRecipients = $this->feedService->getFeedSourceConfigUrl($feedSource, 'allowed-recipients'); | ||
|
||
return [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getAdminFormOptions returns the admin options for the given feed type in the form of an array of array elements.
…/display-api-service into feature/2533_colibo_feed_type
src/Service/FeedService.php
Outdated
@@ -100,7 +100,7 @@ public function getData(Feed $feed): ?array | |||
/** @var CacheItemInterface $cacheItem */ | |||
$cacheItem = $this->feedsCache->getItem($feedId); | |||
|
|||
if ($cacheItem->isHit()) { | |||
if (false && $cacheItem->isHit()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
{ | ||
$feedEntryRecipients = $this->feedService->getFeedSourceConfigUrl($feedSource, 'allowed-recipients'); | ||
|
||
return [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getAdminFormOptions returns the admin options for the given feed type in the form of an array of array elements.
Link to ticket
https://leantime.itkdev.dk/#/tickets/showTicket/2533
Description
Checklist
Related PRs