MNT Remove TODO comments#546
Merged
GuySartorelli merged 1 commit intosilverstripe:3.1from Oct 29, 2023
Merged
Conversation
sabina-talipova
commented
Oct 12, 2023
| $('.cms-edit-form').entwine({ | ||
| /** | ||
| * TODO: Fix with Entwine API extension. See https://github.com/silverstripe/silverstripe-subsites/pull/125 | ||
| */ |
sabina-talipova
commented
Oct 12, 2023
sabina-talipova
commented
Oct 12, 2023
| // If you're querying by ID, ignore the sub-site - this is a bit ugly... (but it was WAYYYYYYYYY worse) | ||
| // @TODO I don't think excluding if SiteTree_ImageTracking is a good idea however because of the SS 3.0 api and | ||
| // ManyManyList::removeAll() changing the from table after this function is called there isn't much of a choice | ||
|
|
sabina-talipova
commented
Oct 12, 2023
sabina-talipova
commented
Oct 12, 2023
| * @todo In the future, we will probably need to come up with a tigher object representing a partially | ||
| * complete controller with gaps for extra functionality. This, for example, would be a better way | ||
| * of letting Security/login put its log-in form inside a UI specified elsewhere. | ||
| * |
sabina-talipova
commented
Oct 12, 2023
b10411f to
5f6ff12
Compare
GuySartorelli
requested changes
Oct 24, 2023
5f6ff12 to
fbeff6d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Parent issue