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

Manage page solution if page not added #275

Closed
orlovskyjavaprofi opened this issue Oct 15, 2023 · 5 comments
Closed

Manage page solution if page not added #275

orlovskyjavaprofi opened this issue Oct 15, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@orlovskyjavaprofi
Copy link

orlovskyjavaprofi commented Oct 15, 2023

So recently i started to customize the platform and found new bug , here is solution if custom page is not added

ALTER TABLE irsclipbucket.voiceOfIRS_pages MODIFY COLUMN page_order INT NOT NULL DEFAULT 0;

@orlovskyjavaprofi
Copy link
Author

This should be straight after installation, otherwise you catch nasty bug with inability to create new custom page!

@orlovskyjavaprofi
Copy link
Author

Done and Done

@MacWarrior MacWarrior self-assigned this Oct 15, 2023
@MacWarrior MacWarrior added the bug Something isn't working label Oct 15, 2023
@MacWarrior
Copy link
Owner

Hello @orlovskyjavaprofi,

Thanks for report, issue confirmed.
Be carefull when sharing personnalised SQL as you also copy/pasted your DB prefix.
Please don't self-close issue unless creating it was an error from your side, especially if a fix is required.

Will fix it asap.

Best regards,
MacWarrior.

@MacWarrior MacWarrior reopened this Oct 15, 2023
@orlovskyjavaprofi
Copy link
Author

We need to use ChatGpt on this project and streamlined it.
I still thinking about taking time for improving the uploader.

MacWarrior added a commit that referenced this issue Oct 18, 2023
…display

Front office : Fix custom page privacy
Miscellaneous : Cleanup code
@MacWarrior
Copy link
Owner

Hello @orlovskyjavaprofi,

Issue fixed on last commit.

Best regards,
MacWarrior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants