Skip to content

Commit

Permalink
bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
rajyraman committed Sep 28, 2020
1 parent 62e0155 commit ae00b55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"permissions": ["activeTab", "tabs"],
"web_accessible_resources": ["/scripts/Sdk.Soap.min.js", "/scripts/levelup.extension.js"],
"version": "3.5.4",
"version": "3.5.5",
"manifest_version": 2
}
2 changes: 1 addition & 1 deletion app/scripts/inject/levelup.forms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class Forms {
}

godMode() {
const selectedTab = Xrm.Page.ui.tabs.get((x) => x.getDisplayState() === 'expanded')[0];
const selectedTab = this.utility.Xrm.Page.ui.tabs.get((x) => x.getDisplayState() === 'expanded')[0];

this.utility.Xrm.Page.data.entity.attributes.forEach((a) => a.setRequiredLevel('none'));

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "levelup-for-dynamics-365-power-apps",
"private": true,
"version": "3.5.4",
"version": "3.5.5",
"description": "Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets.",
"scripts": {
"start": "npm run dev:chrome",
Expand Down

0 comments on commit ae00b55

Please sign in to comment.