Skip to content

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

Open
thomass171 wants to merge 1 commit intot3r:masterfrom
thomass171:master
Open

Additional attributes 'Usage' and 'Token' for scenery objects.#2
thomass171 wants to merge 1 commit intot3r:masterfrom
thomass171:master

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