Jump to content

Recommended Posts

Posted

Yes,

In your host site find core/local.config.php, and search this:

# If someone places a bid, whether to disable that or not
Config::Set('DISABLE_SCHED_ON_BID', false);
Config::Set('DISABLE_BIDS_ON_BID', false);

If you not have that lines add in, if anybody reserve that flight other pilot can take it too.

  • 1 year later...
Posted

in app.config

# If someone places a bid, whether to disable that or not
Config::Set('DISABLE_SCHED_ON_BID', true);
Config::Set('DISABLE_BIDS_ON_BID', false);

in local.config

# If someone places a bid, whether to disable that or not
Config::Set('DISABLE_SCHED_ON_BID', false);
Config::Set('DISABLE_BIDS_ON_BID', false);

i want to disable a flight if booked by someone else but the option disable the airport at all

example i booked AAAA-BBBB

the flight from BBBB-AAAA will not appear in addition to AAAA-BBBB

any idea ?

Posted

no change i set values to default in app.config and edited local.config to

# If someone places a bid, whether to disable that or not
Config::Set('DISABLE_SCHED_ON_BID', true);
Config::Set('DISABLE_BIDS_ON_BID', true);

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...