ChurchCRM / CRM

ChurchCRM is an OpenSource Church CRM & Management Software.
https://ChurchCRM.io
MIT License
622 stars 441 forks source link

Event Description #3723

Closed ChurchCRMBugReport closed 1 month ago

ChurchCRMBugReport commented 6 years ago

Character length is too short.

Collected Value Title Data
Page Name /calendar.php
Screen Size 800x1280
Window Size 669x1280
Page Size 984x1280
Platform Information Linux CSHN001 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64
PHP Version 7.0.24-1+ubuntu16.04.1+deb.sury.org+1
SQL Version 5.7.20-0ubuntu0.16.04.1
ChurchCRM Version 2.9.2
Reporting Browser Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36
Prerequisite Status All Prerequisites met
Integrity check status {"status":"success"}
Apache Modules core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status
DawoudIO commented 6 years ago

@crossan007 is this still an issue

crossan007 commented 6 years ago

Yes. This is still an issue.

Propel defines <column name="event_desc" phpName="Desc" type="VARCHAR" size="255"/>

But EventEditor.php: <textarea name="EventDesc" rows="4" maxlength="100" class='form-control' required width="100%" style="width: 100%"><?= ($sEventDesc) ?></textarea> I think this was correct at one point (#459), but broke somewhere.

And then there's Event Sermon which is actually defined in Propel as <column name="event_text" phpName="Text" type="LONGVARCHAR"/> See #3499

crossan007 commented 6 years ago

I want to address this when I move all client-side event editor stuff into ReactJS

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 month ago

This issue was closed because it has been stalled for 15 days with no activity.