Skip to content

Commit

Permalink
Merge pull request #157 from cu-mkp/dev
Browse files Browse the repository at this point in the history
`dev` into `main`
  • Loading branch information
camdendotlol authored Jan 8, 2025
2 parents dfa728f + bb418c5 commit 3c94d32
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions editioncrafter-umd/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion editioncrafter-umd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cu-mkp/editioncrafter-umd",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://editioncrafter.org/",
"description": "A simple digital critical edition publication tool",
"private": false,
Expand Down
4 changes: 2 additions & 2 deletions editioncrafter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion editioncrafter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cu-mkp/editioncrafter",
"type": "module",
"version": "1.2.0",
"version": "1.2.1",
"private": false,
"description": "A simple digital critical edition publication tool",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion editioncrafter/src/RecordList/component/Record.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function getTagObjects(ids, allTags) {

function getSurfaceLink(baseUrl, div, cats, tags) {
return (
`${baseUrl}&viewMode=story#/ec/${div.surface_xml_id}/f/${div.surface_xml_id}/${div.layer_xml_id}?tags=${[...cats, ...tags].join(',')}`
`${baseUrl}#/ec/${div.surface_xml_id}/f/${div.surface_xml_id}/${div.layer_xml_id}?tags=${[...cats, ...tags].join(',')}`
)
}

Expand Down
2 changes: 1 addition & 1 deletion editioncrafter/stories/EditionCrafter.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export function RecordListExample() {
<RecordList
dbUrl="/database-example/example.sqlite"
recordLabel="Entries"
viewerUrl="http://localhost:6006/iframe.html?globals=&id=editioncrafter--taxonomy-example"
viewerUrl="http://localhost:6006/iframe.html?globals=&id=editioncrafter--taxonomy-example&viewMode=story"
/>
)
}
Expand Down

0 comments on commit 3c94d32

Please sign in to comment.