Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing code to render pagination when generated from oil generate admin command #262

Merged
merged 1 commit into from
Dec 12, 2018
Merged

Conversation

findrakecil
Copy link
Contributor

This will fix issue #261

@@ -27,10 +27,12 @@
</td>
</tr>
<?php echo '<?php endforeach; ?>'; ?>
<?php echo $pagination;?>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this line because it was inside the table block

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, this was not the correct code to generate the code to render pagination

</tbody>
</table>

<?php echo '<?php'; ?> echo $pagination <?php echo '?>'; ?>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved the code to render pagination here, outside of table block. And this is the correct code generate the code to render pagination

@findrakecil findrakecil reopened this Dec 12, 2018
@WanWizard WanWizard merged commit 16d5ffb into fuel:1.9/develop Dec 12, 2018
@findrakecil findrakecil deleted the fix-issue#261 branch December 12, 2018 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants