-
Notifications
You must be signed in to change notification settings - Fork 34
Replace usage of UrlEntityDto by String #440
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
Comments
php-coder
added a commit
that referenced
this issue
Sep 17, 2016
Addressed to #440 No functional changes.
php-coder
added a commit
that referenced
this issue
Sep 17, 2016
Addressed to #440 No functional changes.
php-coder
added a commit
that referenced
this issue
Sep 19, 2016
…by collectionSlug. Addressed to #440 No functional changes.
php-coder
added a commit
that referenced
this issue
Sep 19, 2016
Addressed to #440 No functional changes.
cssru
pushed a commit
to cssru/mystamps
that referenced
this issue
Oct 5, 2016
Addressed to php-coder#440 No functional changes.
cssru
pushed a commit
to cssru/mystamps
that referenced
this issue
Oct 5, 2016
Addressed to php-coder#440 No functional changes.
cssru
pushed a commit
to cssru/mystamps
that referenced
this issue
Oct 5, 2016
…by collectionSlug. Addressed to php-coder#440 No functional changes.
cssru
pushed a commit
to cssru/mystamps
that referenced
this issue
Oct 5, 2016
Addressed to php-coder#440 No functional changes.
php-coder
added a commit
that referenced
this issue
Oct 19, 2016
Addressed to #440 No functional changes.
Done. |
bodom91
pushed a commit
to bodom91/mystamps
that referenced
this issue
Aug 2, 2017
Addressed to php-coder#440 No functional changes.
bodom91
pushed a commit
to bodom91/mystamps
that referenced
this issue
Aug 2, 2017
Addressed to php-coder#440 No functional changes.
bodom91
pushed a commit
to bodom91/mystamps
that referenced
this issue
Aug 2, 2017
…by collectionSlug. Addressed to php-coder#440 No functional changes.
bodom91
pushed a commit
to bodom91/mystamps
that referenced
this issue
Aug 2, 2017
Addressed to php-coder#440 No functional changes.
bodom91
pushed a commit
to bodom91/mystamps
that referenced
this issue
Aug 2, 2017
Addressed to php-coder#440 No functional changes.
bodom91
pushed a commit
to bodom91/mystamps
that referenced
this issue
Aug 2, 2017
Correction for ff8fff5 commit. Addressed to php-coder#440
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
UrlEntityDto
holdsid
andslug
members that are used for building URLs. After migration to URLs with slugs (#205, #206, #207) we don't useid
and I think that we can replaceUrlEntityDto
byString
.The following methods should be updated:
CategoryService.add()
CountryService.add()
CollectionService.addToCollection()
CollectionDao.addSeriesToCollection()
: replace argumentcollectionId
bycollectionSlug
CollectionService.removeFromCollection()
CollectionDao.removeSeriesFromCollection()
: replace argumentcollectionId
bycollectionSlug
The text was updated successfully, but these errors were encountered: