Log message #4045945

# At Username Text
# Jun 29th 2017, 00:28 aproapedelune just name, category and price
# Jun 29th 2017, 00:28 aproapedelune an user table? so that the employees would be able to create accounts for users and add the test results and the users could see their results after logging in?
# Jun 29th 2017, 00:27 savant what are the fields for the medical tests table?
# Jun 29th 2017, 00:26 aproapedelune could you give me an ideea? what can i quickly add so it would be more interesting, but still pretty simple, as I have to finish it in max 12 hours.
# Jun 29th 2017, 00:25 aproapedelune I need some ideas. My old project was a basic medical lab app : it has only 1 table with the list of medical tests available, searchbar, admin page - with a simple login/logout function (I had only 1 admin who is able to add/edit/delete in the database).
# Jun 29th 2017, 00:21 aproapedelune :)
# Jun 29th 2017, 00:21 aproapedelune hello
# Jun 29th 2017, 00:05 savant hello
# Jun 29th 2017, 00:05 humbba12 hello
# Jun 28th 2017, 23:17 savant https://api.cakephp.org/3.4/class-Cake.View.Helper.FormHelper.html#_control
# Jun 28th 2017, 23:17 savant just searched google for “positive number input html”
# Jun 28th 2017, 23:17 savant I looked up what the attribute needed to be
# Jun 28th 2017, 23:16 savant thats just an html5 option
# Jun 28th 2017, 23:11 aaronc I figured it would go somewhere in the options. Can you point me to where that is located in the manual per chance?
# Jun 28th 2017, 23:10 savant that will fix the dom bit
# Jun 28th 2017, 23:10 savant you can set `min => 0`
# Jun 28th 2017, 23:10 savant in the options array for that form control
# Jun 28th 2017, 23:09 slackebot I don't mean validation, as I can always check that, but I just don't want them to go into negative numbers in the first place, as it doesn't make sense from a UI perspective. Ideas?
# Jun 28th 2017, 23:09 aaronc I have a question regarding forms that I can't seem to find in the documentation. I have a field in my form `echo $this->Form->control('radar_velocity');` Which due to my database configuration creates a input of type "number" in the DOM. It also has a perplexing attribute named "step" that is set to "any". The field currently allows users to click the up and down arrows into negative numbers. How do I set the range of what my form will allow
# Jun 28th 2017, 23:04 aproapedelune you re right, this project was made last year, before red velvet
# Jun 28th 2017, 23:03 savant you may wish to upgrade your cakephp/chronos version
# Jun 28th 2017, 23:03 aproapedelune Warning (2): Declaration of Cake\Chronos\Traits\FrozenTimeTrait::setTime($hours, $minutes, $seconds = 0) should be compatible with DateTimeImmutable::setTime($hour, $minute, $second = NULL, $microseconds = NULL) [ROOT\vendor\cakephp\chronos\src\Date.php, line 24]
# Jun 28th 2017, 23:02 aproapedelune Hey guys, how are you? I realised I probably won t be able to finish my project, so I started to take a look at my old cakephp project.
# Jun 28th 2017, 21:05 saeideng `acl.ini `
# Jun 28th 2017, 21:03 saeideng https://github.com/dereuromark/cakephp-tools/blob/2.x/docs/TinyAuth/TinyAuth.md
# Jun 28th 2017, 20:53 jarard what am I missing?
# Jun 28th 2017, 20:53 jarard but my action re-directs me to login
# Jun 28th 2017, 20:53 jarard I then created an allow.ini in the config folder
# Jun 28th 2017, 20:52 jarard https://gist.github.com/spacebiscuit/0bcb21d4b53a6504cd96143990c2228e
# Jun 28th 2017, 20:52 jarard Using TinyAuth for Cake 2.x, I have added the component in Apps controller as follows
# Jun 28th 2017, 20:39 jfranger I have an entity EvaluationAnswerSet, that has many EvaluationAnswers, the answers map to questions that could be mandatory. I have a custom rule that determines whether all of the mandatory questions have been answered in the answer set.
# Jun 28th 2017, 20:39 admad Table::checkRules()
# Jun 28th 2017, 20:34 savant what are you trying to do
# Jun 28th 2017, 20:34 jfranger Is it recommended to invoke the ruleschecker without trying to save an entity?
# Jun 28th 2017, 19:18 gutts oh
# Jun 28th 2017, 19:18 jeremyharris like ->combine(‘description’, function ($entity) { return $entity->childArray ?? ‘something else’; });
# Jun 28th 2017, 19:17 gutts so instead of ->combine('description', 'childArray'); pass 2 callbacks and return a dynamic value?
# Jun 28th 2017, 19:16 gutts you mean a callback?
# Jun 28th 2017, 19:16 jeremyharris gutts you can pass a callable as the argument, and check within that callable
# Jun 28th 2017, 19:16 gutts so the optgroup label itself is selectable.. but with its own id
# Jun 28th 2017, 19:16 gutts i want to ->combine('description', 'childArray') when 'childArray' is not empty. otherwise i want to nest the row under itself ( for an optgroup )