Skip to content
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

OHRM5X-1819: Initiate buzz - photo controller #1525

Merged
merged 4 commits into from
Nov 9, 2022

Conversation

RajithaKumara
Copy link
Member

No description provided.

}

$response = $this->getResponse();
// TODO:: get Etag from cache
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO

*/
public function getBuzzPhotoById(int $photoId): ?BuzzPhoto
{
return $this->getRepository(BuzzPhoto::class)->find($photoId);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not restricted terminate employees photos

@@ -94,6 +95,7 @@ public function up(): void
'Notnull' => false,
'Default' => null,
'Type' => Type::getType(Types::BLOB),
'Length' => 16_777_215 // mediumblob
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct wrong migration blob definition installer/Migration/V4_4_0/Migration.php

@RajithaKumara RajithaKumara marked this pull request as ready for review November 9, 2022 13:44
@RajithaKumara RajithaKumara merged commit 594ec85 into orangehrm:5.3 Nov 9, 2022
Super-Chama pushed a commit to Super-Chama/orangehrm that referenced this pull request Dec 13, 2022
* OHRM5X-1837: Initiate migration log table

* OHRM5X-1836: Fix upgrader auto selection current version issue

* OHRM5X-1819: Initiate buzz - photo controller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant