Skip to content
Snippets Groups Projects

Product/801 refactor file metadata

Merged Marcel Nellesen requested to merge Product/801-refactorFileMetadata into Sprint/2020-12
1 file
+ 3
4
Compare changes
  • Side-by-side
  • Inline
+ 3
4
@@ -92,15 +92,14 @@ export default Vue.extend({
this.resourceId !== '00000000-0000-0000-0000-000000000000' &&
this.resourceId !== ''
) {
MetadataApi.getApplicationProfileComplete(
this.resourceId,
MetadataApi.getProfileComplete(
this.applicationProfileId,
this.resourceId,
(response: any) => {
this.handleApplicationProfiles(response);
});
} else {
MetadataApi.getApplicationProfile(
this.projectId,
MetadataApi.getProfile(
this.applicationProfileId,
(response: any) => {
this.handleApplicationProfiles(response);
Loading