Subversion Repositories SmartDukaan

Rev

Rev 310 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 310 Rev 403
Line 770... Line 770...
770
				}
770
				}
771
			}
771
			}
772
 
772
 
773
			// Has no bullets
773
			// Has no bullets
774
			if(isBlank) {
774
			if(isBlank) {
775
 
775
				
776
				// Mandatory 
776
				// Mandatory
-
 
777
				// or optional/recommended but allows blanck and not skipped
777
				if(slideFeatureDef.getEditorialImportance() == 
778
				if(slideFeatureDef.getEditorialImportance() == 
778
					EditorialImportance.MANDATORY) {		
779
					EditorialImportance.MANDATORY || expFeatureDef.allowsBlank()) {		
779
					features.add(feature);
780
					features.add(feature);
780
				}
781
				}
781
				
782
				
782
				continue;
783
				continue;
783
			}
784
			}