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

Additional attributes 'Usage' and 'Token' for scenery objects. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thomass171
Copy link
Contributor

This is the result of the mailing list discussion 'Static aircraft'. Two additional database columns are required:

alter table fgs_objects add column ob_usage integer default 0;
alter table fgs_objects add column ob_token integer default 0;

For now the modifications cover the workflow addNewModel->validate->view->update->validate->view.
Adding the fields to search form will come later.

The changes where tested in my local environment.

Reviewing my own git commit I found a duplicated code line '$country = $this->getVar('ob_country');'. This doesn't harm and can be removed later.

This is the result of the mailing list discussion 'Static aircraft'. Two additional database columns are required:

alter table fgs_objects add column ob_usage integer default 0;
alter table fgs_objects add column ob_token integer default 0;

For now the modifications cover the workflow addNewModel->validate->view->update->validate->view.
Adding the fields to search form will come later.
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.

1 participant