small fix for empty title

This commit is contained in:
Harry Bomrah 2017-12-19 16:44:42 +08:00
parent abe5df7f13
commit 986fcc7282
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
class PersonalProjectsController < ApplicationController
def index
params = OrbitHelper.params
projects = Project.where(:is_hidden=>false).sort_for_frontend.page(OrbitHelper.params[:page_no]).per(OrbitHelper.page_data_count)
projects = Project.where(:project_title.ne => nil,:project_title.ne => "").sort_for_frontend.page(OrbitHelper.params[:page_no]).per(OrbitHelper.page_data_count)
fields_to_show = Page.where(:page_id => params[:page_id]).first.custom_array_field rescue []
if fields_to_show.blank?
fields_to_show = [