@plusscommunities/pluss-maintenance-app 1.1.2-beta.0 → 1.1.6-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-app",
3
- "version": "1.1.2-beta.0",
3
+ "version": "1.1.6-beta.0",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -10,7 +10,7 @@
10
10
  "patch": "npm version patch",
11
11
  "preupload": "npm publish --access public --tag beta && rm -rf node_modules",
12
12
  "preupload:p": "npm run prepatch && npm run preupload",
13
- "preupload:cp": "npm run precore && npm run upload:p",
13
+ "preupload:cp": "npm run precore && npm run preupload:p",
14
14
  "upload": "npm publish --access public && rm -rf node_modules",
15
15
  "upload:p": "npm run patch && npm run upload",
16
16
  "upload:cp": "npm run core && npm run upload:p"
@@ -18,7 +18,7 @@
18
18
  "author": "Phillip Suh",
19
19
  "license": "ISC",
20
20
  "dependencies": {
21
- "@plusscommunities/pluss-core-app": "^1.4.2-beta.0",
21
+ "@plusscommunities/pluss-core-app": "1.4.8",
22
22
  "axios": "^0.16.2",
23
23
  "lodash": "^4.17.4",
24
24
  "moment": "^2.18.1",
@@ -393,6 +393,7 @@ class RequestDetail extends Component {
393
393
  adminPermission="maintenanceTracking"
394
394
  entityType="maintenancerequest"
395
395
  entityId={this.props.job.id}
396
+ entityName={this.props.job.title}
396
397
  live
397
398
  refreshFrequency={10000}
398
399
  placeHolder={''}