mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	* refactoring of repository layer to represent booleans as true/false instead of 1/0
* show list of inherited attributes, fixes #136 * properly work with inheritance
This commit is contained in:
		@@ -13,6 +13,8 @@ class Attribute extends Entity {
 | 
			
		||||
    constructor(row) {
 | 
			
		||||
        super(row);
 | 
			
		||||
 | 
			
		||||
        this.isInheritable = !!this.isInheritable;
 | 
			
		||||
 | 
			
		||||
        if (this.isDefinition()) {
 | 
			
		||||
            try {
 | 
			
		||||
                this.value = JSON.parse(this.value);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user