Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Commit

Permalink
feat(Line - Contact): Add bulk action to contact edit - review
Browse files Browse the repository at this point in the history
  • Loading branch information
feoche committed Dec 14, 2017
1 parent 2303f31 commit d5d0aaa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ angular.module("managerApp").controller("TelecomTelephonyServiceContactCtrl", fu
}, {}).$promise.then(function (infos) {
const properties = infos.models && infos.models && infos.models["telephony.DirectoryInfo"] && infos.models["telephony.DirectoryInfo"].properties;
self.filteredDirectoryForm = _.pick(self.directoryForm, (v, k) => _.get(properties, [k, "readOnly"]) === 0);
console.log(self.filteredDirectoryForm);
return self.filteredDirectoryForm;
});
};
Expand Down

0 comments on commit d5d0aaa

Please sign in to comment.