Forum Discussion
AlexFl4
Jul 03, 2025Copper Contributor
Sharepoint CommandbarProps - looking for "Approve/Reject"
Hi community looking how I can promote/make the "Approve/Reject" button to be the left most button replacing the "+New" button. The "Approve/Reject" button comes with the built-in Sharepoint ap...
michalkornet
Jul 29, 2025Iron Contributor
Hi AlexFl4 as I understand from this topic, someone was able to modify the command using the PublishCommand key.
https://github.com/SharePoint/sp-dev-docs/issues/8575#issuecomment-2647162212
- AlexFl4Jul 30, 2025Copper Contributor
Hello Michal
it seems there is a key for "Approve/Reject", which is not (yet) documented for use in JSON formatting:
"approveReject"I want to move that command to the left most position on the menu bar, since it is still "hidden" in a submenu:
I want to move that command left to the "New" button. the following JSON does NOT do the job unfortunately:
best regards alex.