Loading...
Loading...
Browser validation checks for testing Umbraco backoffice extensions manually
npx skill4agent add umbraco/umbraco-cms-backoffice-skills umbraco-validation-checks| Category | File | Checks |
|---|---|---|
| Configuration | | VC-1 to VC-2 |
| Navigation | | VN-1 to VN-3 |
| API Debugging | | VA-1 to VA-3 |
| Form Controls | | VF-1 to VF-2 |
| Workspace | | VW-1 to VW-3 |
| ID | Check | Common Symptom |
|---|---|---|
| Configuration | ||
| VC-1 | Section Permissions | New section not visible |
| VC-2 | User Group Access | Extension appears for some users only |
| Navigation | ||
| VN-1 | Tree Complexity | Tree not rendering or items missing |
| VN-2 | Hidden Tree Actions | Cannot find expected button/action |
| VN-3 | Menu Item Visibility | Menu items not appearing |
| API Debugging | ||
| VA-1 | 400 Error Investigation | API calls failing silently |
| VA-2 | Request Payload Validation | Wrong data structure being sent |
| VA-3 | CORS and Auth Issues | Requests blocked or unauthorized |
| Form Controls | ||
| VF-1 | Select/Combobox Behavior | Select not populating and causing 400 errors |
| VF-2 | Input Binding Issues | Values not updating or saving |
| Workspace | ||
| VW-1 | Missing Save Button | Editable workspace has no Save button |
| VW-2 | Data Not Loading | Workspace opens but shows empty values |
| VW-3 | Submit Not Working | Save clicked but nothing happens |
| Symptom | Load Files |
|---|---|
| "Can't see my extension" | configuration-checks, navigation-checks |
| "API not working" | api-debugging-checks |
| "Form doesn't work" | form-control-checks |
| "Tree issues" | navigation-checks |
| "Workspace issues" | workspace-checks |
| "No Save button" | workspace-checks |
Fetch/XHRdiscovered-issues.md| Pattern Area | Skill |
|---|---|
| Tree implementation | |
| Section setup | |
| API client setup | |
| Workspace structure | |