sp-dev-fx-webparts/samples/react-tenant-properties
joaojmendes ebb56d3da5 react-tenant-properties (#806)
* commit

* Tree Organization Chart

* React-Birthdays  - Convert birthdate from UTC to local

* commit react-tenant-properties

commit react-tenant-properties

* update project name

* Update README.md

Change docs

* Update README.md
2019-04-08 12:32:25 +03:00
..
assets react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
config react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
src react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
tools react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
.editorconfig react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
.gitignore react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
.yo-rc.json react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
README.md react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
gulpfile.js react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
package-lock.json react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
package.json react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
tsconfig.json react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00
tslint.json react-tenant-properties (#806) 2019-04-08 12:32:25 +03:00

README.md

React Tenant Properties Web Part

Summary

This web part allows tenant administrators to manage tenant properties through a graphical interface.
We can create, edit or delete tenant properties.

Only users with Tenant Admin Role are allowed to managed tenant properties.

User without Tenant Admin Role got this message

tenant properties

List tenant properties

tenant properties

Add Tenant property

tenant properties

Edit tenant property

tenant properties

Delete tenant property

tenant properties

Used SharePoint Framework Version

drop

Applies to

Update accordingly as needed.

WebPart Properties

Property Type Required comments
WebPart Title Text no

Solution

The Web Part Use MSGraph API and need to SharePoint Administrator appprove de scope "Directory.ReadWrite.All" in SharePoint Admin Center.

Solution Author(s)
Tenant Properties WebPart João Mendes

Version history

Version Date Comments
1.0.0 Mar 08, 2019 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
    • Add to AppCatalog and deploy
    • Approve API permission on SharePoint Admin Center