Lucas_Werkmeister_WMDE added a comment.

  I have to leave now, but the core of this task is pretty simple:
  
    diff --git a/client/data-bridge/src/presentation/App.vue 
b/client/data-bridge/src/presentation/App.vue
    index abb3f9225..828c208f4 100644
    --- a/client/data-bridge/src/presentation/App.vue
    +++ b/client/data-bridge/src/presentation/App.vue
    @@ -7,6 +7,7 @@
                         type="primaryProgressive"
                         :squary="true"
                         @click="saveAndClose"
    +                    :disabled="!isTargetPropertyModified"
                     />
                 </template>
                 <template v-slot:safeAction>
    @@ -55,6 +56,9 @@ export default class App extends Vue {
         @Getter( 'applicationStatus' )
         public applicationStatus!: ApplicationStatus;
     
    +    @Getter( 'isTargetPropertyModified' )
    +    public isTargetPropertyModified!: boolean;
    +
         public get isInit() {
             return this.applicationStatus === ApplicationStatus.READY;
         }
  
  (Though `isTargetPropertyModified` will probably be renamed.) Feel free to 
steal the task from me and continue working on it.

TASK DETAIL
  https://phabricator.wikimedia.org/T235056

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, darthmon_wmde, Michael, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to