File tree Expand file tree Collapse file tree
components/panels/edit/fields/helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 647647 },
648648
649649 returnRemark : function (){
650-
651650 // check the lowest level first
652651 if (this .profileStore .rtLookup [this .structure .parentId ] && this .profileStore .rtLookup [this .structure .parentId ].propertyTemplates ){
653652 for (let pt of this .profileStore .rtLookup [this .structure .parentId ].propertyTemplates ){
683682 // maybe it is in the parent structure
684683 if (this .profileStore .rtLookup [parentStructure .parentId ] && this .profileStore .rtLookup [parentStructure .parentId ].propertyTemplates ){
685684 for (let pt of this .profileStore .rtLookup [parentStructure .parentId ].propertyTemplates ){
686- if (pt .propertyURI == parentStructure .propertyURI && pt .remark ){
685+ if (pt .propertyURI == parentStructure .propertyURI && pt .remark && pt[ ' @guid ' ] == this . guid ){
687686 return pt .remark
688687 }
689688 }
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ export const useConfigStore = defineStore('config', {
6262
6363 profiles : 'https://editor.id.loc.gov/marva/dancer/api/serve/marva-prod/profile' ,
6464 starting : 'https://editor.id.loc.gov/marva/dancer/api/serve/marva-prod/starting-points' ,
65+ // profiles: 'https://editor.id.loc.gov/marva/dancer/api/serve/marva-stage/profile',
66+ // starting : 'https://editor.id.loc.gov/marva/dancer/api/serve/marva-stage/starting-points',
6567
6668
6769 // worldCat: 'http://localhost:5200/worldcat/',
You can’t perform that action at this time.
0 commit comments