-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from pods-framework/1.x
limit recursion traversal
- Loading branch information
Showing
4 changed files
with
75 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
## Issue Overview | ||
<!-- This is a brief overview of the issue. ---> | ||
|
||
## Expected Behavior | ||
<!-- If you're describing a bug, tell us what should happen --> | ||
<!-- If you're suggesting a change/improvement, tell us how it should work --> | ||
|
||
## Current Behavior | ||
<!-- If describing a bug, tell us what happens instead of the expected behavior --> | ||
<!-- If suggesting a change/improvement, explain the difference from current behavior --> | ||
|
||
## Possible Solution | ||
<!-- Not obligatory, but suggest a fix/reason for the bug, --> | ||
<!-- or ideas how to implement the addition or change --> | ||
|
||
## Steps to Reproduce (for bugs) | ||
<!-- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!-- reproduce this bug. Include code to reproduce, if relevant --> | ||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Pods Package Export (helpful!) | ||
<!-- Please include the Pods Package Export as it will be helpful in reproducing your issues. --> | ||
<!-- To access: Pods Admin, Components, Migrate: Packages, Enable. --> | ||
<!-- Then Pods Admin, Migrate: Packages, Export and Copy and Paste the JSON here OR --> | ||
<!-- Save to a text file and upload to this bug report --> | ||
``` | ||
Copy and Paste the JSON Export from **Pods Admin, Migrate: Packages, Export** in WordPress admin here | ||
``` | ||
|
||
## Related Issues and/or PRs | ||
<!-- List related issues or PRs against other branches: --> | ||
|
||
## Todos | ||
- [ ] Tests | ||
- [ ] Documentation | ||
|
||
## WordPress Environment | ||
<details> | ||
``` | ||
Copy and paste your System Details from **Pods Admin > Settings > Debug Information** in WordPress admin here. | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters