Skip to content

Commit

Permalink
Merge pull request #9 from raccoongang/myhailochernyshov/FC-0063/fix/…
Browse files Browse the repository at this point in the history
…lti-nodes-lookup-fixing

fix: [FC-0063] LTI nodes lookup is fixed
  • Loading branch information
myhailo-chernyshov-rg authored Feb 7, 2025
2 parents 253b223 + e321e01 commit 01adbf2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cc2olx/xml/cc_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ class BasicLtiLink(CommonCartridgeElementBase):
"lticp": "http://www.imsglobal.org/xsd/imslticp_v1p0",
"lticm": "http://www.imsglobal.org/xsd/imslticm_v1p0",
}
NODE_NAMESPACES = ["http://www.imsglobal.org/xsd/imslticc_v1p0"]
NODE_NAMESPACES = [
"http://www.imsglobal.org/xsd/imslticc_v1p0",
"http://www.imsglobal.org/xsd/imslticc_v1p3",
]
NODE_NAME = "cartridge_basiclti_link"

@property
Expand Down

0 comments on commit 01adbf2

Please sign in to comment.