DevPortal GUI to Approve developer application

I know there is Approve/Reject from Management Server GUI. Is there any GUI to approve applications from DevPortal? The "Edit App" screen has "App Name", "Callback URL", "Product" but does not have Approve from within DevPortal. I see there is a drupal hook triggered when application is approved.

Solved Solved
0 2 596
1 ACCEPTED SOLUTION

Not applicable

@Vineet Bhatia At this time we do not support app/key administration from within the Dev Portal. The Management UI is the point of authority for executing these actions.

There are events fired when Drupal detects that a change has happened on Edge, but these are entirely asynchronous with what has actually happened in the Management UI and are generally fired by an invocation of hook_cron() which manually checks to see if there is a status mismatch between Edge and Drupal's last known status.

View solution in original post

2 REPLIES 2

Not applicable

@Vineet Bhatia At this time we do not support app/key administration from within the Dev Portal. The Management UI is the point of authority for executing these actions.

There are events fired when Drupal detects that a change has happened on Edge, but these are entirely asynchronous with what has actually happened in the Management UI and are generally fired by an invocation of hook_cron() which manually checks to see if there is a status mismatch between Edge and Drupal's last known status.

Thank You @Daniel Johnson are there any instructions on how to setup/run hook_cron() in DevPortal?