canvas-lms/app
Tucker McKnight f5281d00d1 Remove the lti_unique_tool_form_ids feature flag
This flag has been on for all accounts for about 90 days now;
we do not expect to have to revert it. (This is a hidden flag
that customers have not been able to toggle themselves.)

This can affect open source users, who may not have been aware
of this flag before. LTI launch iframes will now have an
id with a unique, three-digit number in it. (E.g. "#tool_content_456".)
If someone was previously scraping the page and finding the iframe with
the CSS selector #tool_content, they can now find that with [id^=tool_content].

test plan:
- a page with multiple tool placements on it,
  like the assignment edit page with a tool
  in the assignment's description, loads all
  tools that you expect it to.

fixes INTEROP-8304

flag = lti_unique_tool_form_ids

Change-Id: I840e1096f59f17851e0b0e8591e69a7a4e0f62a2
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/341592
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Ryan Hawkins <ryan.hawkins@instructure.com>
QA-Review: Ryan Hawkins <ryan.hawkins@instructure.com>
Product-Review: Tucker Mcknight <tmcknight@instructure.com>
2024-02-29 16:37:29 +00:00
..
controllers Remove the lti_unique_tool_form_ids feature flag 2024-02-29 16:37:29 +00:00
graphql add rubric edit limited mode 2024-02-27 21:43:13 +00:00
helpers Look for Media Object in more shards 2024-02-29 00:57:08 +00:00
messages Update announcement notification so that it checks reply permission 2024-02-15 20:33:14 +00:00
middleware rails 7.1: fix schema caching 2024-02-05 16:14:47 +00:00
models Update default frequency for newly created channels 2024-02-28 23:05:34 +00:00
observers Add live event rubric_assesed 2023-11-16 21:01:40 +00:00
presenters Remove more settings 2024-01-29 16:21:38 +00:00
serializers bundle update rubocop-performance, rubocop-rails 2023-12-18 20:28:02 +00:00
services auto caption speedgrader media upload comments 2024-02-28 16:14:26 +00:00
stylesheets Update Module Index Page Header 2024-02-28 17:07:50 +00:00
views remove href to avatar link in discussion#show 2024-02-28 19:42:00 +00:00