Skip to content

Commit 8af2acc

Browse files
waldekmastykarzVesaJuvonen
authored andcommitted
Updated maintenance mode guidance to include classic pages (SharePoint#1162)
1 parent 323c3c0 commit 8af2acc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/general-development/modern-pages-maintenance-mode.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: Maintenance mode for modern pages
3-
ms.date: 12/15/2017
2+
title: Maintenance mode for client-side web parts
3+
ms.date: 12/18/2017
44
ms.prod: sharepoint
55
ms.assetid: 3ebd2a11-8291-4228-add0-9e0cd899dd3c
66
---
77

8-
# Maintenance mode for modern pages
8+
# Maintenance mode for client-side web parts
99

1010
_**Applies to:** Office 365_
1111

12-
When working with modern pages, you can load them in maintenance mode. The maintenance mode can be helpful when trying to debug issues related to web parts placed on the page.
12+
When working with client-side web parts, you can load them in maintenance mode. The maintenance mode can be helpful when trying to debug issues related to web parts placed on the page.
1313

1414
## Switch to maintenance mode
1515

1616
> [!NOTE]
17-
> In order to load a modern page in maintenance mode, you have to have edit permissions for that specific page.
17+
> In order to load a page in the maintenance mode, you have to have edit permissions for that specific page.
1818
19-
To switch to the maintenance mode, navigate to the modern page and in the URL append `?maintenancemode=true`, for example:
19+
To switch to the maintenance mode, navigate to the page and in the URL append `?maintenancemode=true`, for example:
2020

2121
```text
2222
https://contoso.sharepoint.com/sites/team?maintenancemode=true
@@ -71,8 +71,8 @@ If the web part [integrates its properties with SharePoint](../spfx/web-parts/gu
7171

7272
## Considerations
7373

74-
- the maintenance mode works only with modern SharePoint pages. See the [Open and use the web part maintenance page](https://support.office.com/en-us/article/Open-and-use-the-web-part-maintenance-page-eff9ce22-d04a-44dd-ae83-ac29a5e396c2#PickTab=2016,_2013) support article, to get more information about opening classic pages in maintenance view
75-
- to open modern page in maintenance mode, you have to have edit permissions for that page
74+
- the maintenance mode works for client-side web parts placed on both modern and classic SharePoint pages. See the [Open and use the web part maintenance page](https://support.office.com/en-us/article/Open-and-use-the-web-part-maintenance-page-eff9ce22-d04a-44dd-ae83-ac29a5e396c2#PickTab=2016,_2013) support article, to get more information about opening classic web parts in maintenance view
75+
- to open page in maintenance mode, you have to have edit permissions for that page
7676
- when in maintenance mode, web part code is not being executed and you cannot edit web part properties
7777
- in maintenance mode, you can delete or move web parts on the page
7878
- the maintenance mode shows only information about web parts. You cannot use it to show information about SharePoint Framework extensions that are executed on the page

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@
10241024
href: general-development/choose-the-right-api-set-in-sharepoint.md
10251025
- name: Use the site collection app catalog
10261026
href: general-development/site-collection-app-catalog.md
1027-
- name: Maintenance mode for mondern pages
1027+
- name: Maintenance mode for client-side web parts
10281028
href: general-development/modern-pages-maintenance-mode.md
10291029
- name: Set up and configure SharePoint Workflow Manager
10301030
href: general-development/set-up-and-configure-sharepoint-workflow-manager.md

0 commit comments

Comments
 (0)