console icon indicating copy to clipboard operation
console copied to clipboard

🐛 Bug Report: NULL and FALSE values on boolean attributes show the same when selected

Open portmappings opened this issue 7 months ago • 1 comments

👟 Reproduction steps

Just create a collection with a boolean attribute, and then create a document and set the boolean to false

👍 Expected behavior

The expected thing that it should do when you click false, is that "False" should be written when selected

👎 Actual Behavior

When you select false, it will appear as the value has not even been set to anything (Same thing as when it's null)

Value selected to null Image

Value selected to False Image

🎲 Appwrite version

Version 1.6.x

💻 Operating system

Linux

🧱 Your Environment

I use Appwrite 1.6 on Docker in my Windows OS

I put OS to Linux because Docker uses Linux essentially

👀 Have you spent some time to check if this issue has been raised before?

  • [x] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

portmappings avatar Jul 22 '25 20:07 portmappings

It's fixed in the console 6.1.23 (upgraded from 6.0.13 that does not have the fix) Tho be sure to use appwrite 1.7.4

ibaraki-douji avatar Jul 26 '25 08:07 ibaraki-douji