Skip to content

Commit

Permalink
Merge branch 'nick/handlequeryView' of https://github.com/iTwin/imode…
Browse files Browse the repository at this point in the history
…l-transformer into nick/handlequeryView
  • Loading branch information
nick4598 committed Nov 26, 2024
2 parents a5bb5de + 2f0454a commit d553f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/transformer/src/ECReferenceTypesCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export class ECReferenceTypesCache {
// no sourceType means the rootBisClass.name is not in the bisRootClassToRefType map.
Logger.logInfo(
TransformerLoggerCategory.IModelTransformer,
`sourceClass: ${sourceClass.schema.name}:${sourceClass.name} has customAttribute which is QueryView and no sourceType in the rootClassToRefType map`
`sourceClass: ${sourceClass.schema.name}:${sourceClass.name} has customAttribute which is QueryView and no type found in the rootClassToRefType map`
);
return undefined;
}
Expand All @@ -252,7 +252,7 @@ export class ECReferenceTypesCache {
*/
Logger.logInfo(
TransformerLoggerCategory.IModelTransformer,
`targetClass: ${targetClass.schema.name}:${targetClass.name} has customAttribute which is QueryView and no sourceType in the rootClassToRefType map`
`targetClass: ${targetClass.schema.name}:${targetClass.name} has customAttribute which is QueryView and no type found in the rootClassToRefType map`
);
return undefined;
}
Expand Down

0 comments on commit d553f90

Please sign in to comment.