Simple question I hope.

asap2go

Patron
Joined
Jun 11, 2023
Messages
228
Adding such an option to Core could potentially lead to system crashes, data loss, and nuclear meltdown.

Adding such an option to SCALE? Eh. No big deal. Easy enough.
You sir, seem to underestimate the glorious power of undefined behavior - granted to us by the almighty C++.
 
Joined
Oct 22, 2019
Messages
3,641
To "talk" to iXsystems and their developers you have to open an issue in their JIRA. Again, matter of fact, plain and simple.
And link us to the ticket so that we may "vote" on it. It doesn't guarantee anything, but it will improve the chances of the developers noticing and considering it.
 

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
You know, this is a very simple thing to do, probably something that could be accomplished with a beginner project:
  1. Figure out what the setting is in the DB to re-use it from Scale
  2. Implement the bits to set that field from the setting stored in the DB
  3. Implement the GUI bits to read/write that field
This stuff should all be Python, so it shouldn't be too daunting even for someone unfamiliar with the codebase.
 
Top